#8E509F

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

Shades of Violet Blue #8E509F

Tints of Violet Blue #8E509F

Color information

#8E509F (or 0x8E509F) is unknown color: approx Violet Blue. HEX triplet: 8E, 50 and 9F. RGB value is (142,80,159). Sum of RGB (Red+Green+Blue) = 142+80+159=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E509F is #71AF60. Grayscale: #6B6B6B. Windows color (decimal): -7450465 or 10440846. OLE color: 10440846.

HSL color Cylindrical-coordinate representation of color #8E509F: hue angle of 287.09º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E509F is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14280159-
CMYK0.110.5000.38
HSL287.09º33.05%46.86%-
HSV(B)287.09º49.69%62.35%-
XYZ20.2813.9934.43-
YUV107.54157.04152.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 80 (31.64% from 255) = 21.00%
BLUE value IS 159 (62.5% from 255) = 41.73%
R=37.27%
G=21.00%
B=41.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142801590.110.5000.38287.0933.0546.86
Hex8E509FB3202611f212f
Octal21612023713620464374157
Binary1000111010100001001111110111100100100110100011111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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