Html Css Color HEX #9E5AC9 Deep Lilac

📋 copy color: '#9E5AC9'

red 158 ◦ green 90 ◦ blue 201

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

Shades of Deep Lilac #9E5AC9

Tints of Deep Lilac #9E5AC9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.04%

 BLUE value IS 201 (78.91% from 255) = 44.77%

R = 35.19%
G = 20.04%
B = 44.77%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E5AC9 (or 0x9E5AC9) is known color: Deep Lilac. HEX triplet: 9E, 5A and C9. RGB value is (158,90,201). Sum of RGB (Red+Green+Blue) = 158+90+201=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #9E5AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5AC9 is #61A536. Grayscale: #7A7A7A. Windows color (decimal): -6399287 or 13195934. OLE color: 13195934.

HSL color Cylindrical-coordinate representation of color #9E5AC9: hue angle of 276.76º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E5AC9 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 90 201 -
CMYK 0.21 0.55 0 0.21
HSL 276.76º 0.51% 0.57% -
HSV(B) 276.76º 0.55% 0.79% -
XYZ 28.3 18.8 57.4 -
YUV 122.99 172.03 152.97 -
System Red Green Blue C M Y K H S L
Decimal 158 90 201 0.21 0.55 0 0.21 276.76 0.51 0.57
Hex 9E 5A C9 15 37 0 15 115 33 39
Octal 236 132 311 25 67 0 25 425 63 71
Binary 10011110 1011010 11001001 10101 110111 0 10101 100010101 110011 111001

Color Harmonies of #9E5AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5AC9

Black with #9E5AC9

Text Example


Text Example

White with #9E5AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,90,201); }

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

background-color css

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

 a { background-color: rgb(158,90,201); }

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

border-color css

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

 span { border-color: rgb(158,90,201); }

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