#9558BE

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

Shades of Deep Lilac #9558BE

Tints of Deep Lilac #9558BE

Color information

#9558BE (or 0x9558BE) is unknown color: approx Deep Lilac. HEX triplet: 95, 58 and BE. RGB value is (149,88,190). Sum of RGB (Red+Green+Blue) = 149+88+190=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #9558BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9558BE is #6AA741. Grayscale: #757575. Windows color (decimal): -6989634 or 12474517. OLE color: 12474517.

HSL color Cylindrical-coordinate representation of color #9558BE: hue angle of 275.88º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9558BE is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14988190-
CMYK0.220.5400.25
HSL275.88º43.97%54.51%-
HSV(B)275.88º53.68%74.51%-
XYZ25.1817.0950.69-
YUV117.87168.71150.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 88 (34.77% from 255) = 20.61%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=34.89%
G=20.61%
B=44.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149881900.220.5400.25275.8843.9754.51
Hex9558BE16360191142c37
Octal22513027626660314245467
Binary1001010110110001011111010110110110011001100010100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9558BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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