#9652CC

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

Shades of Deep Lilac #9652CC

Tints of Deep Lilac #9652CC

Color information

#9652CC (or 0x9652CC) is unknown color: approx Deep Lilac. HEX triplet: 96, 52 and CC. RGB value is (150,82,204). Sum of RGB (Red+Green+Blue) = 150+82+204=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #9652CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9652CC is #69AD33. Grayscale: #737373. Windows color (decimal): -6925620 or 13390486. OLE color: 13390486.

HSL color Cylindrical-coordinate representation of color #9652CC: hue angle of 273.44º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9652CC is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15082204-
CMYK0.260.6000.2
HSL273.44º54.46%56.08%-
HSV(B)273.44º59.8%80%-
XYZ26.4916.8858.99-
YUV116.24177.53152.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 82 (32.42% from 255) = 18.81%
BLUE value IS 204 (80.08% from 255) = 46.79%
R=34.40%
G=18.81%
B=46.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal150822040.260.6000.2273.4454.4656.08
Hex9652CC1A3C0141113638
Octal22612231432740244216670
Binary1001011010100101100110011010111100010100100010001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9652CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9652CC; }

 p { color: rgb(150,82,204); }

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

<style>
 a { background-color: #9652CC; }

 a { background-color: rgb(150,82,204); }

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

<style>
 span { border-color: #9652CC; }

 span { border-color: rgb(150,82,204); }

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