Html Css Color HEX #9F4CAC Deep Lilac

📋 copy color: '#9F4CAC'

red 159 ◦ green 76 ◦ blue 172

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

Shades of Deep Lilac #9F4CAC

Tints of Deep Lilac #9F4CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.67%

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

R = 39.07%
G = 18.67%
B = 42.26%

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

#9F4CAC (or 0x9F4CAC) is known color: Deep Lilac. HEX triplet: 9F, 4C and AC. RGB value is (159,76,172). Sum of RGB (Red+Green+Blue) = 159+76+172=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F4CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4CAC is #60B353. Grayscale: #6F6F6F. Windows color (decimal): -6337364 or 11291807. OLE color: 11291807.

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

Color convert

RGB 159 76 172 -
CMYK 0.08 0.56 0 0.33
HSL 291.88º 0.39% 0.49% -
HSV(B) 291.88º 0.56% 0.67% -
XYZ 24.33 15.52 40.74 -
YUV 111.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 159 76 172 0.08 0.56 0 0.33 291.88 0.39 0.49
Hex 9F 4C AC 8 38 0 21 124 27 31
Octal 237 114 254 10 70 0 41 444 47 61
Binary 10011111 1001100 10101100 1000 111000 0 100001 100100100 100111 110001

Color Harmonies of #9F4CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4CAC

Black with #9F4CAC

Text Example


Text Example

White with #9F4CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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