#965DBF

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

Shades of Deep Lilac #965DBF

Tints of Deep Lilac #965DBF

Color information

#965DBF (or 0x965DBF) is unknown color: approx Deep Lilac. HEX triplet: 96, 5D and BF. RGB value is (150,93,191). Sum of RGB (Red+Green+Blue) = 150+93+191=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #965DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DBF is #69A240. Grayscale: #787878. Windows color (decimal): -6922817 or 12541334. OLE color: 12541334.

HSL color Cylindrical-coordinate representation of color #965DBF: hue angle of 274.9º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965DBF is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15093191-
CMYK0.210.5100.25
HSL274.9º43.36%55.69%-
HSV(B)274.9º51.31%74.9%-
XYZ25.918.0751.41-
YUV121.22167.38148.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 93 (36.72% from 255) = 21.43%
BLUE value IS 191 (75% from 255) = 44.01%
R=34.56%
G=21.43%
B=44.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150931910.210.5100.25274.943.3655.69
Hex965DBF15330191132b38
Octal22613527725630314235370
Binary1001011010111011011111110101110011011001100010011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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