#8E5093

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

Shades of Violet Blue #8E5093

Tints of Violet Blue #8E5093

Color information

#8E5093 (or 0x8E5093) is unknown color: approx Violet Blue. HEX triplet: 8E, 50 and 93. RGB value is (142,80,147). Sum of RGB (Red+Green+Blue) = 142+80+147=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E5093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5093 is #71AF6C. Grayscale: #696969. Windows color (decimal): -7450477 or 9654414. OLE color: 9654414.

HSL color Cylindrical-coordinate representation of color #8E5093: hue angle of 295.52º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E5093 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14280147-
CMYK0.030.4600.42
HSL295.52º29.52%44.51%-
HSV(B)295.52º45.58%57.65%-
XYZ19.2913.5929.21-
YUV106.18151.04153.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.48%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=38.48%
G=21.68%
B=39.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142801470.030.4600.42295.5229.5244.51
Hex8E509332E02A1281e2d
Octal2161202233560524503655
Binary1000111010100001001001111101110010101010010100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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