Html Css Color HEX #9640AB Deep Lilac

📋 copy color: '#9640AB'

red 150 ◦ green 64 ◦ blue 171

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

Shades of Deep Lilac #9640AB

Tints of Deep Lilac #9640AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 38.96%
G = 16.62%
B = 44.42%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9640AB (or 0x9640AB) is known color: Deep Lilac. HEX triplet: 96, 40 and AB. RGB value is (150,64,171). Sum of RGB (Red+Green+Blue) = 150+64+171=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #9640AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9640AB is #69BF54. Grayscale: #656565. Windows color (decimal): -6930261 or 11223190. OLE color: 11223190.

HSL color Cylindrical-coordinate representation of color #9640AB: hue angle of 288.22º 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 #9640AB is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 64 171 -
CMYK 0.12 0.63 0 0.33
HSL 288.22º 0.46% 0.46% -
HSV(B) 288.22º 0.63% 0.67% -
XYZ 21.76 13.09 39.91 -
YUV 101.91 166.99 162.3 -
System Red Green Blue C M Y K H S L
Decimal 150 64 171 0.12 0.63 0 0.33 288.22 0.46 0.46
Hex 96 40 AB C 3F 0 21 120 2E 2E
Octal 226 100 253 14 77 0 41 440 56 56
Binary 10010110 1000000 10101011 1100 111111 0 100001 100100000 101110 101110

Color Harmonies of #9640AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9640AB

Black with #9640AB

Text Example


Text Example

White with #9640AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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