#8E2C97

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

Shades of Vivid Violet #8E2C97

Tints of Vivid Violet #8E2C97

Color information

#8E2C97 (or 0x8E2C97) is unknown color: approx Vivid Violet. HEX triplet: 8E, 2C and 97. RGB value is (142,44,151). Sum of RGB (Red+Green+Blue) = 142+44+151=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #8E2C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2C97 is #71D368. Grayscale: #555555. Windows color (decimal): -7459689 or 9907342. OLE color: 9907342.

HSL color Cylindrical-coordinate representation of color #8E2C97: hue angle of 294.95º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E2C97 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14244151-
CMYK0.060.7100.41
HSL294.95º54.87%38.24%-
HSV(B)294.95º70.86%59.22%-
XYZ17.649.7930.24-
YUV85.5164.97168.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 44 (17.58% from 255) = 13.06%
BLUE value IS 151 (59.38% from 255) = 44.81%
R=42.14%
G=13.06%
B=44.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142441510.060.7100.41294.9554.8738.24
Hex8E2C976470291273726
Octal2165422761070514476746
Binary100011101011001001011111010001110101001100100111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,44,151); }

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

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

 a { background-color: rgb(142,44,151); }

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

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

 span { border-color: rgb(142,44,151); }

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