#9058BC

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

Shades of Deep Lilac #9058BC

Tints of Deep Lilac #9058BC

Color information

#9058BC (or 0x9058BC) is unknown color: approx Deep Lilac. HEX triplet: 90, 58 and BC. RGB value is (144,88,188). Sum of RGB (Red+Green+Blue) = 144+88+188=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #9058BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9058BC is #6FA743. Grayscale: #737373. Windows color (decimal): -7317316 or 12343440. OLE color: 12343440.

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

Color convert

RGB14488188-
CMYK0.230.5300.26
HSL273.6º42.74%54.12%-
HSV(B)273.6º53.19%73.73%-
XYZ24.0716.5449.5-
YUV116.14168.55147.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.29%
GREEN value IS 88 (34.77% from 255) = 20.95%
BLUE value IS 188 (73.83% from 255) = 44.76%
R=34.29%
G=20.95%
B=44.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144881880.230.5300.26273.642.7454.12
Hex9058BC173501A1122b36
Octal22013027427650324225366
Binary1001000010110001011110010111110101011010100010010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9058BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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