#8E2699

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

Shades of Vivid Violet #8E2699

Tints of Vivid Violet #8E2699

Color information

#8E2699 (or 0x8E2699) is unknown color: approx Vivid Violet. HEX triplet: 8E, 26 and 99. RGB value is (142,38,153). Sum of RGB (Red+Green+Blue) = 142+38+153=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E2699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2699 is #71D966. Grayscale: #515151. Windows color (decimal): -7461223 or 10036878. OLE color: 10036878.

HSL color Cylindrical-coordinate representation of color #8E2699: hue angle of 294.26º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2699 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14238153-
CMYK0.070.7500.4
HSL294.26º60.21%37.45%-
HSV(B)294.26º75.16%60%-
XYZ17.69.4431.03-
YUV82.21167.96170.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 38 (15.23% from 255) = 11.41%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=42.64%
G=11.41%
B=45.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal142381530.070.7500.4294.2660.2137.45
Hex8E269974B0281263c25
Octal2164623171130504467445
Binary100011101001101001100111110010110101000100100110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,38,153); }

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

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

 a { background-color: rgb(142,38,153); }

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

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

 span { border-color: rgb(142,38,153); }

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