#9650cc

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

Shades of Deep Lilac #9650CC

Tints of Deep Lilac #9650CC

Color information

#9650CC (or 0x9650CC) is unknown color: approx Deep Lilac. HEX triplet: 96, 50 and CC. RGB value is (150,80,204). Sum of RGB (Red+Green+Blue) = 150+80+204=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #9650CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9650CC is #69AF33. Grayscale: #727272. Windows color (decimal): -6926132 or 13389974. OLE color: 13389974.

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

Color convert

RGB15080204-
CMYK0.260.6100.2
HSL273.87º54.87%55.69%-
HSV(B)273.87º60.78%80%-
XYZ26.3516.5858.94-
YUV115.07178.19152.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 80 (31.64% from 255) = 18.43%
BLUE value IS 204 (80.08% from 255) = 47.00%
R=34.56%
G=18.43%
B=47.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal150802040.260.6100.2273.8754.8755.69
Hex9650CC1A3D0141123738
Octal22612031432750244226770
Binary1001011010100001100110011010111101010100100010010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9650cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9650cc; }

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

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

<style>
 a { background-color: #9650cc; }

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

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

<style>
 span { border-color: #9650cc; }

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

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