#965DAF

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

Shades of Deep Lilac #965DAF

Tints of Deep Lilac #965DAF

Color information

#965DAF (or 0x965DAF) is unknown color: approx Deep Lilac. HEX triplet: 96, 5D and AF. RGB value is (150,93,175). Sum of RGB (Red+Green+Blue) = 150+93+175=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #965DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965DAF is #69A250. Grayscale: #777777. Windows color (decimal): -6922833 or 11492758. OLE color: 11492758.

HSL color Cylindrical-coordinate representation of color #965DAF: hue angle of 281.71º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #965DAF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15093175-
CMYK0.140.4700.31
HSL281.71º33.88%52.55%-
HSV(B)281.71º46.86%68.63%-
XYZ24.2317.4142.64-
YUV119.39159.38149.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 93 (36.72% from 255) = 22.25%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=35.89%
G=22.25%
B=41.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150931750.140.4700.31281.7133.8852.55
Hex965DAFE2F01F11a2235
Octal22613525716570374324265
Binary100101101011101101011111110101111011111100011010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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