#965FAF

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

Shades of Deep Lilac #965FAF

Tints of Deep Lilac #965FAF

Color information

#965FAF (or 0x965FAF) is unknown color: approx Deep Lilac. HEX triplet: 96, 5F and AF. RGB value is (150,95,175). Sum of RGB (Red+Green+Blue) = 150+95+175=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #965FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965FAF is #69A050. Grayscale: #787878. Windows color (decimal): -6922321 or 11493270. OLE color: 11493270.

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

Color convert

RGB15095175-
CMYK0.140.4600.31
HSL281.25º33.33%52.94%-
HSV(B)281.25º45.71%68.63%-
XYZ24.4117.7642.7-
YUV120.56158.72149-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 95 (37.5% from 255) = 22.62%
BLUE value IS 175 (68.75% from 255) = 41.67%
R=35.71%
G=22.62%
B=41.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150951750.140.4600.31281.2533.3352.94
Hex965FAFE2E01F1192135
Octal22613725716560374314165
Binary100101101011111101011111110101110011111100011001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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