#965AC0

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

Shades of Deep Lilac #965AC0

Tints of Deep Lilac #965AC0

Color information

#965AC0 (or 0x965AC0) is unknown color: approx Deep Lilac. HEX triplet: 96, 5A and C0. RGB value is (150,90,192). Sum of RGB (Red+Green+Blue) = 150+90+192=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #965AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965AC0 is #69A53F. Grayscale: #777777. Windows color (decimal): -6923584 or 12606102. OLE color: 12606102.

HSL color Cylindrical-coordinate representation of color #965AC0: hue angle of 275.29º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #965AC0 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15090192-
CMYK0.220.5300.25
HSL275.29º44.74%55.29%-
HSV(B)275.29º53.12%75.29%-
XYZ25.7517.651.91-
YUV119.57168.88149.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.72%
GREEN value IS 90 (35.55% from 255) = 20.83%
BLUE value IS 192 (75.39% from 255) = 44.44%
R=34.72%
G=20.83%
B=44.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150901920.220.5300.25275.2944.7455.29
Hex965AC016350191132d37
Octal22613230026650314235567
Binary1001011010110101100000010110110101011001100010011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965AC0; }

 p { color: rgb(150,90,192); }

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

<style>
 a { background-color: #965AC0; }

 a { background-color: rgb(150,90,192); }

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

<style>
 span { border-color: #965AC0; }

 span { border-color: rgb(150,90,192); }

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