#965DAB

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

Shades of Deep Lilac #965DAB

Tints of Deep Lilac #965DAB

Color information

#965DAB (or 0x965DAB) is unknown color: approx Deep Lilac. HEX triplet: 96, 5D and AB. RGB value is (150,93,171). Sum of RGB (Red+Green+Blue) = 150+93+171=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #965DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965DAB is #69A254. Grayscale: #767676. Windows color (decimal): -6922837 or 11230614. OLE color: 11230614.

HSL color Cylindrical-coordinate representation of color #965DAB: hue angle of 283.85º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965DAB is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15093171-
CMYK0.120.4600.33
HSL283.85º31.71%51.76%-
HSV(B)283.85º45.61%67.06%-
XYZ23.8417.2540.6-
YUV118.94157.38150.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 93 (36.72% from 255) = 22.46%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=36.23%
G=22.46%
B=41.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150931710.120.4600.33283.8531.7151.76
Hex965DABC2E02111c2034
Octal22613525314560414344064
Binary1001011010111011010101111001011100100001100011100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,93,171); }

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

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

 a { background-color: rgb(150,93,171); }

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

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

 span { border-color: rgb(150,93,171); }

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