#8E249E

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

Shades of Vivid Violet #8E249E

Tints of Vivid Violet #8E249E

Color information

#8E249E (or 0x8E249E) is unknown color: approx Vivid Violet. HEX triplet: 8E, 24 and 9E. RGB value is (142,36,158). Sum of RGB (Red+Green+Blue) = 142+36+158=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E249E is #71DB61. Grayscale: #515151. Windows color (decimal): -7461730 or 10364046. OLE color: 10364046.

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

Color convert

RGB14236158-
CMYK0.100.7700.38
HSL292.13º62.89%38.04%-
HSV(B)292.13º77.22%61.96%-
XYZ17.969.4833.23-
YUV81.6171.12171.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 36 (14.45% from 255) = 10.71%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=42.26%
G=10.71%
B=47.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142361580.100.7700.38292.1362.8938.04
Hex8E249EA4D0261243f26
Octal21644236121150464447746
Binary1000111010010010011110101010011010100110100100100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,36,158); }

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

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

 a { background-color: rgb(142,36,158); }

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

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

 span { border-color: rgb(142,36,158); }

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