#965DAE

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

Shades of Deep Lilac #965DAE

Tints of Deep Lilac #965DAE

Color information

#965DAE (or 0x965DAE) is unknown color: approx Deep Lilac. HEX triplet: 96, 5D and AE. RGB value is (150,93,174). Sum of RGB (Red+Green+Blue) = 150+93+174=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #965DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965DAE is #69A251. Grayscale: #777777. Windows color (decimal): -6922834 or 11427222. OLE color: 11427222.

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

Color convert

RGB15093174-
CMYK0.140.4700.32
HSL282.22º33.33%52.35%-
HSV(B)282.22º46.55%68.24%-
XYZ24.1317.3742.13-
YUV119.28158.88149.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=35.97%
G=22.30%
B=41.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150931740.140.4700.32282.2233.3352.35
Hex965DAEE2F02011a2134
Octal22613525616570404324164
Binary1001011010111011010111011101011110100000100011010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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