#964BBE

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

Shades of Deep Lilac #964BBE

Tints of Deep Lilac #964BBE

Color information

#964BBE (or 0x964BBE) is unknown color: approx Deep Lilac. HEX triplet: 96, 4B and BE. RGB value is (150,75,190). Sum of RGB (Red+Green+Blue) = 150+75+190=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #964BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964BBE is #69B441. Grayscale: #6E6E6E. Windows color (decimal): -6927426 or 12471190. OLE color: 12471190.

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

Color convert

RGB15075190-
CMYK0.210.6100.25
HSL279.13º46.94%51.96%-
HSV(B)279.13º60.53%74.51%-
XYZ24.3915.2350.37-
YUV110.54172.85156.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 75 (29.69% from 255) = 18.07%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=36.14%
G=18.07%
B=45.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150751900.210.6100.25279.1346.9451.96
Hex964BBE153D0191172f34
Octal22611327625750314275764
Binary1001011010010111011111010101111101011001100010111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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