#9A55CB

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

Shades of Deep Lilac #9A55CB

Tints of Deep Lilac #9A55CB

Color information

#9A55CB (or 0x9A55CB) is unknown color: approx Deep Lilac. HEX triplet: 9A, 55 and CB. RGB value is (154,85,203). Sum of RGB (Red+Green+Blue) = 154+85+203=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A55CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A55CB is #65AA34. Grayscale: #767676. Windows color (decimal): -6662709 or 13325722. OLE color: 13325722.

HSL color Cylindrical-coordinate representation of color #9A55CB: hue angle of 275.08º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A55CB is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15485203-
CMYK0.240.5800.20
HSL275.08º53.15%56.47%-
HSV(B)275.08º58.13%79.61%-
XYZ27.3517.6858.47-
YUV119.08175.36152.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.84%
GREEN value IS 85 (33.59% from 255) = 19.23%
BLUE value IS 203 (79.69% from 255) = 45.93%
R=34.84%
G=19.23%
B=45.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal154852030.240.5800.20275.0853.1556.47
Hex9A55CB183A0141133538
Octal23212531330720244236570
Binary1001101010101011100101111000111010010100100010011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A55CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A55CB; }

 p { color: rgb(154,85,203); }

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

<style>
 a { background-color: #9A55CB; }

 a { background-color: rgb(154,85,203); }

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

<style>
 span { border-color: #9A55CB; }

 span { border-color: rgb(154,85,203); }

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