#965EC0

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

Shades of Deep Lilac #965EC0

Tints of Deep Lilac #965EC0

Color information

#965EC0 (or 0x965EC0) is unknown color: approx Deep Lilac. HEX triplet: 96, 5E and C0. RGB value is (150,94,192). Sum of RGB (Red+Green+Blue) = 150+94+192=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #965EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965EC0 is #69A13F. Grayscale: #797979. Windows color (decimal): -6922560 or 12607126. OLE color: 12607126.

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

Color convert

RGB15094192-
CMYK0.220.5100.25
HSL274.29º43.75%56.08%-
HSV(B)274.29º51.04%75.29%-
XYZ26.0918.352.03-
YUV121.92167.55148.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 94 (37.11% from 255) = 21.56%
BLUE value IS 192 (75.39% from 255) = 44.04%
R=34.40%
G=21.56%
B=44.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150941920.220.5100.25274.2943.7556.08
Hex965EC016330191122c38
Octal22613630026630314225470
Binary1001011010111101100000010110110011011001100010010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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