#9055C5

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

Shades of Deep Lilac #9055C5

Tints of Deep Lilac #9055C5

Color information

#9055C5 (or 0x9055C5) is unknown color: approx Deep Lilac. HEX triplet: 90, 55 and C5. RGB value is (144,85,197). Sum of RGB (Red+Green+Blue) = 144+85+197=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 197 - color contains mainly: blue. Hex color #9055C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9055C5 is #6FAA3A. Grayscale: #737373. Windows color (decimal): -7318075 or 12932496. OLE color: 12932496.

HSL color Cylindrical-coordinate representation of color #9055C5: hue angle of 271.61º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9055C5 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14485197-
CMYK0.270.5700.23
HSL271.61º49.12%55.29%-
HSV(B)271.61º56.85%77.25%-
XYZ24.8316.4654.69-
YUV115.41174.05148.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.80%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 197 (77.34% from 255) = 46.24%
R=33.80%
G=19.95%
B=46.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal144851970.270.5700.23271.6149.1255.29
Hex9055C51B390171103137
Octal22012530533710274206167
Binary1001000010101011100010111011111001010111100010000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9055C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9055C5; }

 p { color: rgb(144,85,197); }

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

<style>
 a { background-color: #9055C5; }

 a { background-color: rgb(144,85,197); }

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

<style>
 span { border-color: #9055C5; }

 span { border-color: rgb(144,85,197); }

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