COLOR #9253DF

HEX: #9253DF
RGB: (146,83,223)

Color info

#9253DF contains mainly blue color. Web safe color of #9253DF is #9966CC (or #96C).

RGB color model

#9253DF color RGB value is (146,83,223).

  • red value is 146;
  • green value is 83;
  • blue value is 223.
RGB:
(146,83,223)
(57%,33%,87%)

RGB channels and saturation

R 146 of 255 = 57%
G 83 of 255 = 33%
B 223 of 255 = 87%

146
83
223

R + G + B ~ 59%. #9253DF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 83 + 223 = 452 (100%)
R 146 of 452 ~ 32.3%
G 83 of 452 ~ 18.36%
B 223 of 452 ~ 49.34%

%32.3
%18.36
%49.34

CMYK color model

#9253DF color CMYK value is (35,63,0,13).

  • cyan value is 34.53%
  • magenta value is 62.78%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(35,63,0,13)
C35M63Y0K13 
(35%,63%,0%,13%)
(0.35/0.63/0.00/0.13)	

CMYK percentages

%34.53
%62.78
%0
%12.55

Codes

Color #9253DF in popluar color models

9253DF
RGB14683223
HSL267°68.63%60.00%
HSB/HSV267°62.78%87.45%
CMYK34.53%62.78%0.00%
12.55%

Color #9253DF in popluar number systems.

HEX9253DF
Decimal14683223
Binary10010010101001111011111
Octal222123337

Shades and tints

Shades of #9253DF

#9253DF
(146,83,223)
#854CCB
(133,76,203)
#7845B7
(120,69,183)
#6B3EA3
(107,62,163)
#5E378F
(94,55,143)
#51307B
(81,48,123)
#442967
(68,41,103)
#372253
(55,34,83)
#2A1B3F
(42,27,63)
#1D142B
(29,20,43)
#100D17
(16,13,23)
#000000
(0,0,0)

Tints of #9253DF

#9253DF
(146,83,223)
#9B62E1
(155,98,225)
#A471E3
(164,113,227)
#AD80E5
(173,128,229)
#B68FE7
(182,143,231)
#BF9EE9
(191,158,233)
#C8ADEB
(200,173,235)
#D1BCED
(209,188,237)
#DACBEF
(218,203,239)
#E3DAF1
(227,218,241)
#ECE9F3
(236,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9253DF color. Also use rgb(146,83,223) instead hex code.

Text Font Color

.myTextColor { color: #9253DF; }

<p style="color:#9253DF">This sample text font color is #9253DF.</p>

This text font color is #9253DF.


Background Color

.myBgColor { background-color: #9253DF; }

<div style="background-color:#9253DF">Inner text</div>

This div background color is #9253DF.


Border color

.myBorderColor { border: 1px solid #9253DF; }

<div style="border:3px solid #9253DF">Div</div>

This div border color is #9253DF.


Opacity

.myOpacity80 { color: #9253DF; opacity: 0.8; }

<p style="color:#9253DF;opacity:0.8;">80%</p>

Text with #9253DF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9253DF;}

<p style="text-shadow: 3px 3px 1px #9253DF">Text here.</p>

This text has shadow with #9253DF color.

.textShadow {text-shadow: 3px 3px 1px #9253DF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9253DF, 5px 5px 20px red">Text here.</p>

This text has shadow with #9253DF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9253DF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9253DF, Direction=45, Strength=4)">Text</p>

This text has shadow with #9253DF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9253DF;
  -webkit-box-shadow:	1px 1px 3px 2px #9253DF;
  box-shadow:		1px 1px 3px 2px #9253DF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9253DF;
-webkit-box-shadow: 1px 1px 3px 2px #9253DF;
box-shadow:1px 1px 3px 2px #9253DF;">
Div content here</div>
This div box has shadow with color #9253DF.

Preview

Color preview on black background

This text has color #9253DF on black background.


Color preview on white background

This text has color #9253DF on white background.



Black color preview on #9253DF background

This text has black color on #9253DF background.


White color preview on #9253DF background

This text has white color on #9253DF background.