#9655CA

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

Shades of Deep Lilac #9655CA

Tints of Deep Lilac #9655CA

Color information

#9655CA (or 0x9655CA) is unknown color: approx Deep Lilac. HEX triplet: 96, 55 and CA. RGB value is (150,85,202). Sum of RGB (Red+Green+Blue) = 150+85+202=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #9655CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9655CA is #69AA35. Grayscale: #757575. Windows color (decimal): -6924854 or 13260182. OLE color: 13260182.

HSL color Cylindrical-coordinate representation of color #9655CA: hue angle of 273.33º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9655CA is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15085202-
CMYK0.260.5800.21
HSL273.33º52.47%56.27%-
HSV(B)273.33º57.92%79.22%-
XYZ26.4917.2557.81-
YUV117.77175.53150.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 85 (33.59% from 255) = 19.45%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=34.32%
G=19.45%
B=46.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150852020.260.5800.21273.3352.4756.27
Hex9655CA1A3A0151113438
Octal22612531232720254216470
Binary1001011010101011100101011010111010010101100010001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9655CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9655CA; }

 p { color: rgb(150,85,202); }

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

<style>
 a { background-color: #9655CA; }

 a { background-color: rgb(150,85,202); }

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

<style>
 span { border-color: #9655CA; }

 span { border-color: rgb(150,85,202); }

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