Html Css Color HEX #9F4EAC Deep Lilac

📋 copy color: '#9F4EAC'

red 159 ◦ green 78 ◦ blue 172

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

Shades of Deep Lilac #9F4EAC

Tints of Deep Lilac #9F4EAC

RGB

 RED value IS 159 (62.5% from 255) = 38.88%

 GREEN value IS 78 (30.86% from 255) = 19.07%

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

R = 38.88%
G = 19.07%
B = 42.05%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F4EAC (or 0x9F4EAC) is known color: Deep Lilac. HEX triplet: 9F, 4E and AC. RGB value is (159,78,172). Sum of RGB (Red+Green+Blue) = 159+78+172=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F4EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4EAC is #60B153. Grayscale: #707070. Windows color (decimal): -6336852 or 11292319. OLE color: 11292319.

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

Color convert

RGB 159 78 172 -
CMYK 0.08 0.55 0 0.33
HSL 291.7º 0.38% 0.49% -
HSV(B) 291.7º 0.55% 0.67% -
XYZ 24.47 15.8 40.79 -
YUV 112.94 161.34 160.86 -
System Red Green Blue C M Y K H S L
Decimal 159 78 172 0.08 0.55 0 0.33 291.7 0.38 0.49
Hex 9F 4E AC 8 37 0 21 124 26 31
Octal 237 116 254 10 67 0 41 444 46 61
Binary 10011111 1001110 10101100 1000 110111 0 100001 100100100 100110 110001

Color Harmonies of #9F4EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4EAC

Black with #9F4EAC

Text Example


Text Example

White with #9F4EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,78,172); }

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

background-color css

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

 a { background-color: rgb(159,78,172); }

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

border-color css

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

 span { border-color: rgb(159,78,172); }

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