Html Css Color HEX #9E41AB Deep Lilac

📋 copy color: '#9E41AB'

red 158 ◦ green 65 ◦ blue 171

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

Shades of Deep Lilac #9E41AB

Tints of Deep Lilac #9E41AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.5%

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 40.1%
G = 16.5%
B = 43.4%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E41AB (or 0x9E41AB) is known color: Deep Lilac. HEX triplet: 9E, 41 and AB. RGB value is (158,65,171). Sum of RGB (Red+Green+Blue) = 158+65+171=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E41AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E41AB is #61BE54. Grayscale: #686868. Windows color (decimal): -6405717 or 11223454. OLE color: 11223454.

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

Color convert

RGB 158 65 171 -
CMYK 0.08 0.62 0 0.33
HSL 292.64º 0.45% 0.46% -
HSV(B) 292.64º 0.62% 0.67% -
XYZ 23.34 13.99 40 -
YUV 104.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 158 65 171 0.08 0.62 0 0.33 292.64 0.45 0.46
Hex 9E 41 AB 8 3E 0 21 125 2D 2E
Octal 236 101 253 10 76 0 41 445 55 56
Binary 10011110 1000001 10101011 1000 111110 0 100001 100100101 101101 101110

Color Harmonies of #9E41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E41AB

Black with #9E41AB

Text Example


Text Example

White with #9E41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,65,171); }

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

background-color css

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

 a { background-color: rgb(158,65,171); }

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

border-color css

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

 span { border-color: rgb(158,65,171); }

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