#965BBE

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

Shades of Deep Lilac #965BBE

Tints of Deep Lilac #965BBE

Color information

#965BBE (or 0x965BBE) is unknown color: approx Deep Lilac. HEX triplet: 96, 5B and BE. RGB value is (150,91,190). Sum of RGB (Red+Green+Blue) = 150+91+190=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #965BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BBE is #69A441. Grayscale: #777777. Windows color (decimal): -6923330 or 12475286. OLE color: 12475286.

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

Color convert

RGB15091190-
CMYK0.210.5200.25
HSL275.76º43.23%55.1%-
HSV(B)275.76º52.11%74.51%-
XYZ25.6117.6850.78-
YUV119.93167.55149.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.80%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=34.80%
G=21.11%
B=44.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150911900.210.5200.25275.7643.2355.1
Hex965BBE15340191142b37
Octal22613327625640314245367
Binary1001011010110111011111010101110100011001100010100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,91,190); }

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

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

 a { background-color: rgb(150,91,190); }

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

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

 span { border-color: rgb(150,91,190); }

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