Html Css Color HEX #9E4BAB Deep Lilac

📋 copy color: '#9E4BAB'

red 158 ◦ green 75 ◦ blue 171

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

Shades of Deep Lilac #9E4BAB

Tints of Deep Lilac #9E4BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.56%

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

R = 39.11%
G = 18.56%
B = 42.33%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E4BAB (or 0x9E4BAB) is known color: Deep Lilac. HEX triplet: 9E, 4B and AB. RGB value is (158,75,171). Sum of RGB (Red+Green+Blue) = 158+75+171=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E4BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4BAB is #61B454. Grayscale: #6E6E6E. Windows color (decimal): -6403157 or 11226014. OLE color: 11226014.

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

Color convert

RGB 158 75 171 -
CMYK 0.08 0.56 0 0.33
HSL 291.88º 0.39% 0.48% -
HSV(B) 291.88º 0.56% 0.67% -
XYZ 23.97 15.24 40.21 -
YUV 110.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 158 75 171 0.08 0.56 0 0.33 291.88 0.39 0.48
Hex 9E 4B AB 8 38 0 21 124 27 30
Octal 236 113 253 10 70 0 41 444 47 60
Binary 10011110 1001011 10101011 1000 111000 0 100001 100100100 100111 110000

Color Harmonies of #9E4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4BAB

Black with #9E4BAB

Text Example


Text Example

White with #9E4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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