#9558AD

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

Shades of Deep Lilac #9558AD

Tints of Deep Lilac #9558AD

Color information

#9558AD (or 0x9558AD) is unknown color: approx Deep Lilac. HEX triplet: 95, 58 and AD. RGB value is (149,88,173). Sum of RGB (Red+Green+Blue) = 149+88+173=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #9558AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9558AD is #6AA752. Grayscale: #737373. Windows color (decimal): -6989651 or 11360405. OLE color: 11360405.

HSL color Cylindrical-coordinate representation of color #9558AD: hue angle of 283.06º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9558AD is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14988173-
CMYK0.140.4900.32
HSL283.06º34.14%51.18%-
HSV(B)283.06º49.13%67.84%-
XYZ23.4316.3941.46-
YUV115.93160.21151.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.34%
GREEN value IS 88 (34.77% from 255) = 21.46%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=36.34%
G=21.46%
B=42.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149881730.140.4900.32283.0634.1451.18
Hex9558ADE3102011b2233
Octal22513025516610404334263
Binary1001010110110001010110111101100010100000100011011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9558AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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