#8958AB

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

Shades of Deep Lilac #8958AB

Tints of Deep Lilac #8958AB

Color information

#8958AB (or 0x8958AB) is unknown color: approx Deep Lilac. HEX triplet: 89, 58 and AB. RGB value is (137,88,171). Sum of RGB (Red+Green+Blue) = 137+88+171=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #8958AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8958AB is #76A754. Grayscale: #6F6F6F. Windows color (decimal): -7776085 or 11229321. OLE color: 11229321.

HSL color Cylindrical-coordinate representation of color #8958AB: hue angle of 275.42º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8958AB is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13788171-
CMYK0.200.4900.33
HSL275.42º33.07%50.78%-
HSV(B)275.42º48.54%67.06%-
XYZ21.1615.2440.35-
YUV112.11161.23145.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.60%
GREEN value IS 88 (34.77% from 255) = 22.22%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=34.60%
G=22.22%
B=43.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137881710.200.4900.33275.4233.0750.78
Hex8958AB14310211132133
Octal21113025324610414234163
Binary10001001101100010101011101001100010100001100010011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8958AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8958AB; }

 p { color: rgb(137,88,171); }

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

<style>
 a { background-color: #8958AB; }

 a { background-color: rgb(137,88,171); }

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

<style>
 span { border-color: #8958AB; }

 span { border-color: rgb(137,88,171); }

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