#8958B6

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

Shades of Deep Lilac #8958B6

Tints of Deep Lilac #8958B6

Color information

#8958B6 (or 0x8958B6) is unknown color: approx Deep Lilac. HEX triplet: 89, 58 and B6. RGB value is (137,88,182). Sum of RGB (Red+Green+Blue) = 137+88+182=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 182 - color contains mainly: blue. Hex color #8958B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8958B6 is #76A749. Grayscale: #717171. Windows color (decimal): -7776074 or 11950217. OLE color: 11950217.

HSL color Cylindrical-coordinate representation of color #8958B6: hue angle of 271.28º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8958B6 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13788182-
CMYK0.250.5200.29
HSL271.28º39.17%52.94%-
HSV(B)271.28º51.65%71.37%-
XYZ22.2515.6846.11-
YUV113.37166.73144.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.66%
GREEN value IS 88 (34.77% from 255) = 21.62%
BLUE value IS 182 (71.48% from 255) = 44.72%
R=33.66%
G=21.62%
B=44.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal137881820.250.5200.29271.2839.1752.94
Hex8958B6193401D10f2735
Octal21113026631640354174765
Binary1000100110110001011011011001110100011101100001111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8958B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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