#8E2A98

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

Shades of Vivid Violet #8E2A98

Tints of Vivid Violet #8E2A98

Color information

#8E2A98 (or 0x8E2A98) is unknown color: approx Vivid Violet. HEX triplet: 8E, 2A and 98. RGB value is (142,42,152). Sum of RGB (Red+Green+Blue) = 142+42+152=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E2A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2A98 is #71D567. Grayscale: #545454. Windows color (decimal): -7460200 or 9972366. OLE color: 9972366.

HSL color Cylindrical-coordinate representation of color #8E2A98: hue angle of 294.55º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E2A98 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14242152-
CMYK0.070.7200.40
HSL294.55º56.7%38.04%-
HSV(B)294.55º72.37%59.61%-
XYZ17.659.6730.64-
YUV84.44166.13169.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 42 (16.80% from 255) = 12.5%
BLUE value IS 152 (59.77% from 255) = 45.24%
R=42.26%
G=12.5%
B=45.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142421520.070.7200.40294.5556.738.04
Hex8E2A987480281273926
Octal2165223071100504477146
Binary100011101010101001100011110010000101000100100111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,42,152); }

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

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

 a { background-color: rgb(142,42,152); }

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

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

 span { border-color: rgb(142,42,152); }

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