#8E5099

Color #8E5099 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #8E5099

Tints of Violet Blue #8E5099

Color information

#8E5099 (or 0x8E5099) is unknown color: approx Violet Blue. HEX triplet: 8E, 50 and 99. RGB value is (142,80,153). Sum of RGB (Red+Green+Blue) = 142+80+153=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E5099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5099 is #71AF66. Grayscale: #6A6A6A. Windows color (decimal): -7450471 or 10047630. OLE color: 10047630.

HSL color Cylindrical-coordinate representation of color #8E5099: hue angle of 290.96º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E5099 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14280153-
CMYK0.070.4800.4
HSL290.96º31.33%45.69%-
HSV(B)290.96º47.71%60%-
XYZ19.7713.7931.76-
YUV106.86154.04153.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=37.87%
G=21.33%
B=40.8%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal142801530.070.4800.4290.9631.3345.69
Hex8E50997300281231f2e
Octal2161202317600504433756
Binary10001110101000010011001111110000010100010010001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E5099; }

 p { color: rgb(142,80,153); }

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

<style>
 a { background-color: #8E5099; }

 a { background-color: rgb(142,80,153); }

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

<style>
 span { border-color: #8E5099; }

 span { border-color: rgb(142,80,153); }

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