#964FBE

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

Shades of Deep Lilac #964FBE

Tints of Deep Lilac #964FBE

Color information

#964FBE (or 0x964FBE) is unknown color: approx Deep Lilac. HEX triplet: 96, 4F and BE. RGB value is (150,79,190). Sum of RGB (Red+Green+Blue) = 150+79+190=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #964FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964FBE is #69B041. Grayscale: #707070. Windows color (decimal): -6926402 or 12472214. OLE color: 12472214.

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

Color convert

RGB15079190-
CMYK0.210.5800.25
HSL278.38º46.06%52.75%-
HSV(B)278.38º58.42%74.51%-
XYZ24.6715.7950.46-
YUV112.88171.52154.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 79 (31.25% from 255) = 18.85%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=35.80%
G=18.85%
B=45.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150791900.210.5800.25278.3846.0652.75
Hex964FBE153A0191162e35
Octal22611727625720314265665
Binary1001011010011111011111010101111010011001100010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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