#9955CB

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

Shades of Deep Lilac #9955CB

Tints of Deep Lilac #9955CB

Color information

#9955CB (or 0x9955CB) is unknown color: approx Deep Lilac. HEX triplet: 99, 55 and CB. RGB value is (153,85,203). Sum of RGB (Red+Green+Blue) = 153+85+203=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #9955CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9955CB is #66AA34. Grayscale: #767676. Windows color (decimal): -6728245 or 13325721. OLE color: 13325721.

HSL color Cylindrical-coordinate representation of color #9955CB: hue angle of 274.58º 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 #9955CB is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15385203-
CMYK0.250.5800.20
HSL274.58º53.15%56.47%-
HSV(B)274.58º58.13%79.61%-
XYZ27.1617.5858.46-
YUV118.78175.53152.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.69%
GREEN value IS 85 (33.59% from 255) = 19.27%
BLUE value IS 203 (79.69% from 255) = 46.03%
R=34.69%
G=19.27%
B=46.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal153852030.250.5800.20274.5853.1556.47
Hex9955CB193A0141133538
Octal23112531331720244236570
Binary1001100110101011100101111001111010010100100010011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9955CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9955CB; }

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

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

<style>
 a { background-color: #9955CB; }

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

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

<style>
 span { border-color: #9955CB; }

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

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