#964ACB

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

Shades of Deep Lilac #964ACB

Tints of Deep Lilac #964ACB

Color information

#964ACB (or 0x964ACB) is unknown color: approx Deep Lilac. HEX triplet: 96, 4A and CB. RGB value is (150,74,203). Sum of RGB (Red+Green+Blue) = 150+74+203=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #964ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964ACB is #69B534. Grayscale: #6E6E6E. Windows color (decimal): -6927669 or 13322902. OLE color: 13322902.

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

Color convert

RGB15074203-
CMYK0.260.6400.20
HSL275.35º55.36%54.31%-
HSV(B)275.35º63.55%79.61%-
XYZ25.8115.6958.17-
YUV111.43179.68155.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 74 (29.30% from 255) = 17.33%
BLUE value IS 203 (79.69% from 255) = 47.54%
R=35.13%
G=17.33%
B=47.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150742030.260.6400.20275.3555.3654.31
Hex964ACB1A400141133736
Octal226112313321000244236766
Binary10010110100101011001011110101000000010100100010011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,74,203); }

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

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

 a { background-color: rgb(150,74,203); }

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

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

 span { border-color: rgb(150,74,203); }

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