Html Css Color HEX #9640AA Deep Lilac

📋 copy color: '#9640AA'

red 150 ◦ green 64 ◦ blue 170

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

Shades of Deep Lilac #9640AA

Tints of Deep Lilac #9640AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 39.06%
G = 16.67%
B = 44.27%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9640AA (or 0x9640AA) is known color: Deep Lilac. HEX triplet: 96, 40 and AA. RGB value is (150,64,170). Sum of RGB (Red+Green+Blue) = 150+64+170=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #9640AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9640AA is #69BF55. Grayscale: #656565. Windows color (decimal): -6930262 or 11157654. OLE color: 11157654.

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

Color convert

RGB 150 64 170 -
CMYK 0.12 0.62 0 0.33
HSL 288.68º 0.45% 0.46% -
HSV(B) 288.68º 0.62% 0.67% -
XYZ 21.67 13.05 39.41 -
YUV 101.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 150 64 170 0.12 0.62 0 0.33 288.68 0.45 0.46
Hex 96 40 AA C 3E 0 21 121 2D 2E
Octal 226 100 252 14 76 0 41 441 55 56
Binary 10010110 1000000 10101010 1100 111110 0 100001 100100001 101101 101110

Color Harmonies of #9640AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9640AA

Black with #9640AA

Text Example


Text Example

White with #9640AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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