#9055BC

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

Shades of Deep Lilac #9055BC

Tints of Deep Lilac #9055BC

Color information

#9055BC (or 0x9055BC) is unknown color: approx Deep Lilac. HEX triplet: 90, 55 and BC. RGB value is (144,85,188). Sum of RGB (Red+Green+Blue) = 144+85+188=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #9055BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9055BC is #6FAA43. Grayscale: #727272. Windows color (decimal): -7318084 or 12342672. OLE color: 12342672.

HSL color Cylindrical-coordinate representation of color #9055BC: hue angle of 274.37º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9055BC is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14485188-
CMYK0.230.5500.26
HSL274.37º43.46%53.53%-
HSV(B)274.37º54.79%73.73%-
XYZ23.8316.0649.42-
YUV114.38169.55149.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=34.53%
G=20.38%
B=45.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144851880.230.5500.26274.3743.4653.53
Hex9055BC173701A1122b36
Octal22012527427670324225366
Binary1001000010101011011110010111110111011010100010010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9055BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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