#964FC1

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

Shades of Deep Lilac #964FC1

Tints of Deep Lilac #964FC1

Color information

#964FC1 (or 0x964FC1) is unknown color: approx Deep Lilac. HEX triplet: 96, 4F and C1. RGB value is (150,79,193). Sum of RGB (Red+Green+Blue) = 150+79+193=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #964FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964FC1 is #69B03E. Grayscale: #707070. Windows color (decimal): -6926399 or 12668822. OLE color: 12668822.

HSL color Cylindrical-coordinate representation of color #964FC1: hue angle of 277.37º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #964FC1 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15079193-
CMYK0.220.5900.24
HSL277.37º47.9%53.33%-
HSV(B)277.37º59.07%75.69%-
XYZ2515.9352.21-
YUV113.22173.02154.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 79 (31.25% from 255) = 18.72%
BLUE value IS 193 (75.78% from 255) = 45.73%
R=35.55%
G=18.72%
B=45.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150791930.220.5900.24277.3747.953.33
Hex964FC1163B0181153035
Octal22611730126730304256065
Binary1001011010011111100000110110111011011000100010101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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