#9654C0

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

Shades of Deep Lilac #9654C0

Tints of Deep Lilac #9654C0

Color information

#9654C0 (or 0x9654C0) is unknown color: approx Deep Lilac. HEX triplet: 96, 54 and C0. RGB value is (150,84,192). Sum of RGB (Red+Green+Blue) = 150+84+192=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #9654C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9654C0 is #69AB3F. Grayscale: #737373. Windows color (decimal): -6925120 or 12604566. OLE color: 12604566.

HSL color Cylindrical-coordinate representation of color #9654C0: hue angle of 276.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9654C0 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15084192-
CMYK0.220.5600.25
HSL276.67º46.15%54.12%-
HSV(B)276.67º56.25%75.29%-
XYZ25.2616.6351.75-
YUV116.05170.87152.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 192 (75.39% from 255) = 45.07%
R=35.21%
G=19.72%
B=45.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150841920.220.5600.25276.6746.1554.12
Hex9654C016380191152e36
Octal22612430026700314255666
Binary1001011010101001100000010110111000011001100010101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9654C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9654C0; }

 p { color: rgb(150,84,192); }

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

<style>
 a { background-color: #9654C0; }

 a { background-color: rgb(150,84,192); }

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

<style>
 span { border-color: #9654C0; }

 span { border-color: rgb(150,84,192); }

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