#8E5299

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

Shades of Violet Blue #8E5299

Tints of Violet Blue #8E5299

Color information

#8E5299 (or 0x8E5299) is unknown color: approx Violet Blue. HEX triplet: 8E, 52 and 99. RGB value is (142,82,153). Sum of RGB (Red+Green+Blue) = 142+82+153=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E5299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5299 is #71AD66. Grayscale: #6B6B6B. Windows color (decimal): -7449959 or 10048142. OLE color: 10048142.

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

Color convert

RGB14282153-
CMYK0.070.4600.4
HSL290.7º30.21%46.08%-
HSV(B)290.7º46.41%60%-
XYZ19.9214.0931.81-
YUV108.03153.38152.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.67%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=37.67%
G=21.75%
B=40.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal142821530.070.4600.4290.730.2146.08
Hex8E529972E0281231e2e
Octal2161222317560504433656
Binary10001110101001010011001111101110010100010010001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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