#965AAE

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

Shades of Deep Lilac #965AAE

Tints of Deep Lilac #965AAE

Color information

#965AAE (or 0x965AAE) is unknown color: approx Deep Lilac. HEX triplet: 96, 5A and AE. RGB value is (150,90,174). Sum of RGB (Red+Green+Blue) = 150+90+174=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #965AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965AAE is #69A551. Grayscale: #757575. Windows color (decimal): -6923602 or 11426454. OLE color: 11426454.

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

Color convert

RGB15090174-
CMYK0.140.4800.32
HSL282.86º34.15%51.76%-
HSV(B)282.86º48.28%68.24%-
XYZ23.8716.8542.04-
YUV117.52159.88151.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 90 (35.55% from 255) = 21.74%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=36.23%
G=21.74%
B=42.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150901740.140.4800.32282.8634.1551.76
Hex965AAEE3002011b2234
Octal22613225616600404334264
Binary1001011010110101010111011101100000100000100011011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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