#8E5194

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

Shades of Violet Blue #8E5194

Tints of Violet Blue #8E5194

Color information

#8E5194 (or 0x8E5194) is unknown color: approx Violet Blue. HEX triplet: 8E, 51 and 94. RGB value is (142,81,148). Sum of RGB (Red+Green+Blue) = 142+81+148=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E5194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5194 is #71AE6B. Grayscale: #6A6A6A. Windows color (decimal): -7450220 or 9720206. OLE color: 9720206.

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

Color convert

RGB14281148-
CMYK0.040.4500.42
HSL294.63º29.26%44.9%-
HSV(B)294.63º45.27%58.04%-
XYZ19.4413.7729.65-
YUV106.88151.21153.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.27%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=38.27%
G=21.83%
B=39.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142811480.040.4500.42294.6329.2644.9
Hex8E519442D02A1271d2d
Octal2161212244550524473555
Binary10001110101000110010100100101101010101010010011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,81,148); }

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

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

 a { background-color: rgb(142,81,148); }

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

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

 span { border-color: rgb(142,81,148); }

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