Html Css Color HEX #9640AC Deep Lilac

📋 copy color: '#9640AC'

red 150 ◦ green 64 ◦ blue 172

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

Shades of Deep Lilac #9640AC

Tints of Deep Lilac #9640AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.58%

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

R = 38.86%
G = 16.58%
B = 44.56%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9640AC (or 0x9640AC) is known color: Deep Lilac. HEX triplet: 96, 40 and AC. RGB value is (150,64,172). Sum of RGB (Red+Green+Blue) = 150+64+172=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #9640AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9640AC is #69BF53. Grayscale: #656565. Windows color (decimal): -6930260 or 11288726. OLE color: 11288726.

HSL color Cylindrical-coordinate representation of color #9640AC: hue angle of 287.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9640AC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 64 172 -
CMYK 0.13 0.63 0 0.33
HSL 287.78º 0.46% 0.46% -
HSV(B) 287.78º 0.63% 0.67% -
XYZ 21.86 13.13 40.41 -
YUV 102.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 150 64 172 0.13 0.63 0 0.33 287.78 0.46 0.46
Hex 96 40 AC D 3F 0 21 120 2E 2E
Octal 226 100 254 15 77 0 41 440 56 56
Binary 10010110 1000000 10101100 1101 111111 0 100001 100100000 101110 101110

Color Harmonies of #9640AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9640AC

Black with #9640AC

Text Example


Text Example

White with #9640AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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