#8E249F

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

Shades of Vivid Violet #8E249F

Tints of Vivid Violet #8E249F

Color information

#8E249F (or 0x8E249F) is unknown color: approx Vivid Violet. HEX triplet: 8E, 24 and 9F. RGB value is (142,36,159). Sum of RGB (Red+Green+Blue) = 142+36+159=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E249F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E249F is #71DB60. Grayscale: #515151. Windows color (decimal): -7461729 or 10429582. OLE color: 10429582.

HSL color Cylindrical-coordinate representation of color #8E249F: hue angle of 291.71º 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 #8E249F is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14236159-
CMYK0.110.7700.38
HSL291.71º63.08%38.24%-
HSV(B)291.71º77.36%62.35%-
XYZ18.049.5233.69-
YUV81.72171.62171-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 36 (14.45% from 255) = 10.68%
BLUE value IS 159 (62.5% from 255) = 47.18%
R=42.14%
G=10.68%
B=47.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142361590.110.7700.38291.7163.0838.24
Hex8E249FB4D0261243f26
Octal21644237131150464447746
Binary1000111010010010011111101110011010100110100100100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E249F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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