Html Css Color HEX #9E4BAC Deep Lilac

📋 copy color: '#9E4BAC'

red 158 ◦ green 75 ◦ blue 172

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

Shades of Deep Lilac #9E4BAC

Tints of Deep Lilac #9E4BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 39.01%
G = 18.52%
B = 42.47%

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

#9E4BAC (or 0x9E4BAC) is known color: Deep Lilac. HEX triplet: 9E, 4B and AC. RGB value is (158,75,172). Sum of RGB (Red+Green+Blue) = 158+75+172=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E4BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4BAC is #61B453. Grayscale: #6E6E6E. Windows color (decimal): -6403156 or 11291550. OLE color: 11291550.

HSL color Cylindrical-coordinate representation of color #9E4BAC: hue angle of 291.34º 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 #9E4BAC is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 75 172 -
CMYK 0.08 0.56 0 0.33
HSL 291.34º 0.39% 0.48% -
HSV(B) 291.34º 0.56% 0.67% -
XYZ 24.06 15.28 40.71 -
YUV 110.88 162.5 161.61 -
System Red Green Blue C M Y K H S L
Decimal 158 75 172 0.08 0.56 0 0.33 291.34 0.39 0.48
Hex 9E 4B AC 8 38 0 21 123 27 30
Octal 236 113 254 10 70 0 41 443 47 60
Binary 10011110 1001011 10101100 1000 111000 0 100001 100100011 100111 110000

Color Harmonies of #9E4BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4BAC

Black with #9E4BAC

Text Example


Text Example

White with #9E4BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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