#965FBF

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

Shades of Deep Lilac #965FBF

Tints of Deep Lilac #965FBF

Color information

#965FBF (or 0x965FBF) is unknown color: approx Deep Lilac. HEX triplet: 96, 5F and BF. RGB value is (150,95,191). Sum of RGB (Red+Green+Blue) = 150+95+191=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #965FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FBF is #69A040. Grayscale: #7A7A7A. Windows color (decimal): -6922305 or 12541846. OLE color: 12541846.

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

Color convert

RGB15095191-
CMYK0.210.5000.25
HSL274.38º42.86%56.08%-
HSV(B)274.38º50.26%74.9%-
XYZ26.0718.4351.47-
YUV122.39166.72147.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 95 (37.5% from 255) = 21.79%
BLUE value IS 191 (75% from 255) = 43.81%
R=34.40%
G=21.79%
B=43.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150951910.210.5000.25274.3842.8656.08
Hex965FBF15320191122b38
Octal22613727725620314225370
Binary1001011010111111011111110101110010011001100010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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