#965AAB

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

Shades of Deep Lilac #965AAB

Tints of Deep Lilac #965AAB

Color information

#965AAB (or 0x965AAB) is unknown color: approx Deep Lilac. HEX triplet: 96, 5A and AB. RGB value is (150,90,171). Sum of RGB (Red+Green+Blue) = 150+90+171=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #965AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965AAB is #69A554. Grayscale: #747474. Windows color (decimal): -6923605 or 11229846. OLE color: 11229846.

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

Color convert

RGB15090171-
CMYK0.120.4700.33
HSL284.44º32.53%51.18%-
HSV(B)284.44º47.37%67.06%-
XYZ23.5816.7440.52-
YUV117.17158.38151.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 90 (35.55% from 255) = 21.90%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=36.50%
G=21.90%
B=41.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150901710.120.4700.33284.4432.5351.18
Hex965AABC2F02111c2133
Octal22613225314570414344163
Binary1001011010110101010101111001011110100001100011100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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