#965EAD

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

Shades of Deep Lilac #965EAD

Tints of Deep Lilac #965EAD

Color information

#965EAD (or 0x965EAD) is unknown color: approx Deep Lilac. HEX triplet: 96, 5E and AD. RGB value is (150,94,173). Sum of RGB (Red+Green+Blue) = 150+94+173=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #965EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965EAD is #69A152. Grayscale: #777777. Windows color (decimal): -6922579 or 11361942. OLE color: 11361942.

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

Color convert

RGB15094173-
CMYK0.130.4600.32
HSL282.53º32.51%52.35%-
HSV(B)282.53º45.66%67.84%-
XYZ24.1217.5141.64-
YUV119.75158.05149.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=35.97%
G=22.54%
B=41.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150941730.130.4600.32282.5332.5152.35
Hex965EADD2E02011b2134
Octal22613625515560404334164
Binary1001011010111101010110111011011100100000100011011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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