Html Css Color HEX #9F42AC Deep Lilac

📋 copy color: '#9F42AC'

red 159 ◦ green 66 ◦ blue 172

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

Shades of Deep Lilac #9F42AC

Tints of Deep Lilac #9F42AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.62%

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

R = 40.05%
G = 16.62%
B = 43.32%

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

#9F42AC (or 0x9F42AC) is known color: Deep Lilac. HEX triplet: 9F, 42 and AC. RGB value is (159,66,172). Sum of RGB (Red+Green+Blue) = 159+66+172=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F42AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F42AC is #60BD53. Grayscale: #696969. Windows color (decimal): -6339924 or 11289247. OLE color: 11289247.

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

Color convert

RGB 159 66 172 -
CMYK 0.08 0.62 0 0.33
HSL 292.64º 0.45% 0.47% -
HSV(B) 292.64º 0.62% 0.67% -
XYZ 23.69 14.25 40.53 -
YUV 105.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 159 66 172 0.08 0.62 0 0.33 292.64 0.45 0.47
Hex 9F 42 AC 8 3E 0 21 125 2D 2F
Octal 237 102 254 10 76 0 41 445 55 57
Binary 10011111 1000010 10101100 1000 111110 0 100001 100100101 101101 101111

Color Harmonies of #9F42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F42AC

Black with #9F42AC

Text Example


Text Example

White with #9F42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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