#964FB7

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

Shades of Deep Lilac #964FB7

Tints of Deep Lilac #964FB7

Color information

#964FB7 (or 0x964FB7) is unknown color: approx Deep Lilac. HEX triplet: 96, 4F and B7. RGB value is (150,79,183). Sum of RGB (Red+Green+Blue) = 150+79+183=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 183 - color contains mainly: blue. Hex color #964FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964FB7 is #69B048. Grayscale: #6F6F6F. Windows color (decimal): -6926409 or 12013462. OLE color: 12013462.

HSL color Cylindrical-coordinate representation of color #964FB7: hue angle of 280.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964FB7 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15079183-
CMYK0.180.5700.28
HSL280.96º41.94%51.37%-
HSV(B)280.96º56.83%71.76%-
XYZ23.9215.4946.53-
YUV112.08168.02155.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 79 (31.25% from 255) = 19.17%
BLUE value IS 183 (71.88% from 255) = 44.42%
R=36.41%
G=19.17%
B=44.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150791830.180.5700.28280.9641.9451.37
Hex964FB7123901C1192a33
Octal22611726722710344315263
Binary1001011010011111011011110010111001011100100011001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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