#964BC8

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

Shades of Deep Lilac #964BC8

Tints of Deep Lilac #964BC8

Color information

#964BC8 (or 0x964BC8) is unknown color: approx Deep Lilac. HEX triplet: 96, 4B and C8. RGB value is (150,75,200). Sum of RGB (Red+Green+Blue) = 150+75+200=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 200 - color contains mainly: blue. Hex color #964BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964BC8 is #69B437. Grayscale: #6F6F6F. Windows color (decimal): -6927416 or 13126550. OLE color: 13126550.

HSL color Cylindrical-coordinate representation of color #964BC8: hue angle of 276º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #964BC8 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15075200-
CMYK0.250.6200.22
HSL276º53.19%53.92%-
HSV(B)276º62.5%78.43%-
XYZ25.5215.6956.33-
YUV111.68177.85155.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 200 (78.52% from 255) = 47.06%
R=35.29%
G=17.65%
B=47.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150752000.250.6200.2227653.1953.92
Hex964BC8193E0161143536
Octal22611331031760264246566
Binary1001011010010111100100011001111110010110100010100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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