#965EBB

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

Shades of Deep Lilac #965EBB

Tints of Deep Lilac #965EBB

Color information

#965EBB (or 0x965EBB) is unknown color: approx Deep Lilac. HEX triplet: 96, 5E and BB. RGB value is (150,94,187). Sum of RGB (Red+Green+Blue) = 150+94+187=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #965EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965EBB is #69A144. Grayscale: #797979. Windows color (decimal): -6922565 or 12279446. OLE color: 12279446.

HSL color Cylindrical-coordinate representation of color #965EBB: hue angle of 276.13º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #965EBB is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15094187-
CMYK0.200.5000.27
HSL276.13º40.61%55.1%-
HSV(B)276.13º49.73%73.33%-
XYZ25.5518.0849.16-
YUV121.35165.05148.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.80%
GREEN value IS 94 (37.11% from 255) = 21.81%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=34.80%
G=21.81%
B=43.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150941870.200.5000.27276.1340.6155.1
Hex965EBB143201B1142937
Octal22613627324620334245167
Binary1001011010111101011101110100110010011011100010100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,94,187); }

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

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

 a { background-color: rgb(150,94,187); }

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

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

 span { border-color: rgb(150,94,187); }

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