#9642AF

Color #9642AF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9642AF

Tints of Deep Lilac #9642AF

Color information

#9642AF (or 0x9642AF) is unknown color: approx Deep Lilac. HEX triplet: 96, 42 and AF. RGB value is (150,66,175). Sum of RGB (Red+Green+Blue) = 150+66+175=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #9642AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9642AF is #69BD50. Grayscale: #676767. Windows color (decimal): -6929745 or 11485846. OLE color: 11485846.

HSL color Cylindrical-coordinate representation of color #9642AF: hue angle of 286.24º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9642AF is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15066175-
CMYK0.140.6200.31
HSL286.24º45.23%47.25%-
HSV(B)286.24º62.29%68.63%-
XYZ22.2613.4841.99-
YUV103.54168.33161.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 66 (26.17% from 255) = 16.88%
BLUE value IS 175 (68.75% from 255) = 44.76%
R=38.36%
G=16.88%
B=44.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150661750.140.6200.31286.2445.2347.25
Hex9642AFE3E01F11e2d2f
Octal22610225716760374365557
Binary100101101000010101011111110111110011111100011110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9642AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9642AF;
 }
 .AnyTagClassName
 {
   color: #9642AF;
 }
</style>
background-color css

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

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

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

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

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

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