#964BCA

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

Shades of Deep Lilac #964BCA

Tints of Deep Lilac #964BCA

Color information

#964BCA (or 0x964BCA) is unknown color: approx Deep Lilac. HEX triplet: 96, 4B and CA. RGB value is (150,75,202). Sum of RGB (Red+Green+Blue) = 150+75+202=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #964BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964BCA is #69B435. Grayscale: #6F6F6F. Windows color (decimal): -6927414 or 13257622. OLE color: 13257622.

HSL color Cylindrical-coordinate representation of color #964BCA: hue angle of 275.43º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964BCA is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15075202-
CMYK0.260.6300.21
HSL275.43º54.51%54.31%-
HSV(B)275.43º62.87%79.22%-
XYZ25.7515.7857.57-
YUV111.9178.85155.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 75 (29.69% from 255) = 17.56%
BLUE value IS 202 (79.30% from 255) = 47.31%
R=35.13%
G=17.56%
B=47.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150752020.260.6300.21275.4354.5154.31
Hex964BCA1A3F0151133736
Octal22611331232770254236766
Binary1001011010010111100101011010111111010101100010011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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