#9558BA

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

Shades of Deep Lilac #9558BA

Tints of Deep Lilac #9558BA

Color information

#9558BA (or 0x9558BA) is unknown color: approx Deep Lilac. HEX triplet: 95, 58 and BA. RGB value is (149,88,186). Sum of RGB (Red+Green+Blue) = 149+88+186=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #9558BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9558BA is #6AA745. Grayscale: #757575. Windows color (decimal): -6989638 or 12212373. OLE color: 12212373.

HSL color Cylindrical-coordinate representation of color #9558BA: hue angle of 277.35º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9558BA is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14988186-
CMYK0.200.5300.27
HSL277.35º41.53%53.73%-
HSV(B)277.35º52.69%72.94%-
XYZ24.7516.9148.41-
YUV117.41166.71150.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 88 (34.77% from 255) = 20.80%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=35.22%
G=20.80%
B=43.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149881860.200.5300.27277.3541.5353.73
Hex9558BA143501B1152a36
Octal22513027224650334255266
Binary1001010110110001011101010100110101011011100010101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9558BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9558BA; }

 p { color: rgb(149,88,186); }

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

<style>
 a { background-color: #9558BA; }

 a { background-color: rgb(149,88,186); }

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

<style>
 span { border-color: #9558BA; }

 span { border-color: rgb(149,88,186); }

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