Html Css Color HEX #9E5EAA Violet Blue

📋 copy color: '#9E5EAA'

red 158 ◦ green 94 ◦ blue 170

#9E5EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #9E5EAA

Tints of Violet Blue #9E5EAA

RGB

 RED value IS 158 (62.11% from 255) = 37.44%

 GREEN value IS 94 (37.11% from 255) = 22.27%

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 37.44%
G = 22.27%
B = 40.28%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9E5EAA (or 0x9E5EAA) is known color: Violet Blue. HEX triplet: 9E, 5E and AA. RGB value is (158,94,170). Sum of RGB (Red+Green+Blue) = 158+94+170=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E5EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5EAA is #61A155. Grayscale: #797979. Windows color (decimal): -6398294 or 11165342. OLE color: 11165342.

HSL color Cylindrical-coordinate representation of color #9E5EAA: hue angle of 290.53º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E5EAA is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 94 170 -
CMYK 0.07 0.45 0 0.33
HSL 290.53º 0.31% 0.52% -
HSV(B) 290.53º 0.45% 0.67% -
XYZ 25.36 18.18 40.2 -
YUV 121.8 155.2 153.82 -
System Red Green Blue C M Y K H S L
Decimal 158 94 170 0.07 0.45 0 0.33 290.53 0.31 0.52
Hex 9E 5E AA 7 2D 0 21 123 1F 34
Octal 236 136 252 7 55 0 41 443 37 64
Binary 10011110 1011110 10101010 111 101101 0 100001 100100011 11111 110100

Color Harmonies of #9E5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5EAA

Black with #9E5EAA

Text Example


Text Example

White with #9E5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E5EAA; }

 p { color: rgb(158,94,170); }

 H1.HeaderClassName
 {
   color: #9E5EAA;
 }
 .AnyTagClassName
 {
   color: #9E5EAA;
 }
</style>

background-color css

<style>
 a { background-color: #9E5EAA; }

 a { background-color: rgb(158,94,170); }

 div.DivClassName
 {
   background-color: #9E5EAA;
 }
 .BgClassName
 {
   background-color: #9E5EAA;
 }
</style>

border-color css

<style>
 span { border-color: #9E5EAA; }

 span { border-color: rgb(158,94,170); }

 td.TdClassName
 {
   border-color: #9E5EAA;
 }
 .TagClassName
 {
   border-color: #9E5EAA;
 }
</style>