#8E229F

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

Shades of Vivid Violet #8E229F

Tints of Vivid Violet #8E229F

Color information

#8E229F (or 0x8E229F) is unknown color: approx Vivid Violet. HEX triplet: 8E, 22 and 9F. RGB value is (142,34,159). Sum of RGB (Red+Green+Blue) = 142+34+159=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E229F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E229F is #71DD60. Grayscale: #505050. Windows color (decimal): -7462241 or 10429070. OLE color: 10429070.

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

Color convert

RGB14234159-
CMYK0.110.7900.38
HSL291.84º64.77%37.84%-
HSV(B)291.84º78.62%62.35%-
XYZ17.999.433.67-
YUV80.54172.28171.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.39%
GREEN value IS 34 (13.67% from 255) = 10.15%
BLUE value IS 159 (62.5% from 255) = 47.46%
R=42.39%
G=10.15%
B=47.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142341590.110.7900.38291.8464.7737.84
Hex8E229FB4F0261244126
Octal216422371311704644410146
Binary10001110100010100111111011100111101001101001001001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E229F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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