Html Css Color HEX #9642AC Deep Lilac

📋 copy color: '#9642AC'

red 150 ◦ green 66 ◦ blue 172

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

Shades of Deep Lilac #9642AC

Tints of Deep Lilac #9642AC

RGB

 RED value IS 150 (58.98% from 255) = 38.66%

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

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

R = 38.66%
G = 17.01%
B = 44.33%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9642AC (or 0x9642AC) is known color: Deep Lilac. HEX triplet: 96, 42 and AC. RGB value is (150,66,172). Sum of RGB (Red+Green+Blue) = 150+66+172=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #9642AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9642AC is #69BD53. Grayscale: #666666. Windows color (decimal): -6929748 or 11289238. OLE color: 11289238.

HSL color Cylindrical-coordinate representation of color #9642AC: hue angle of 287.55º 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 #9642AC is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 66 172 -
CMYK 0.13 0.62 0 0.33
HSL 287.55º 0.45% 0.47% -
HSV(B) 287.55º 0.62% 0.67% -
XYZ 21.97 13.36 40.45 -
YUV 103.2 166.83 161.38 -
System Red Green Blue C M Y K H S L
Decimal 150 66 172 0.13 0.62 0 0.33 287.55 0.45 0.47
Hex 96 42 AC D 3E 0 21 120 2D 2F
Octal 226 102 254 15 76 0 41 440 55 57
Binary 10010110 1000010 10101100 1101 111110 0 100001 100100000 101101 101111

Color Harmonies of #9642AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9642AC

Black with #9642AC

Text Example


Text Example

White with #9642AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9642AC; }

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

 H1.HeaderClassName
 {
   color: #9642AC;
 }
 .AnyTagClassName
 {
   color: #9642AC;
 }
</style>

background-color css

<style>
 a { background-color: #9642AC; }

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

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

border-color css

<style>
 span { border-color: #9642AC; }

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

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