#8E408E

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

Shades of Vivid Violet #8E408E

Tints of Vivid Violet #8E408E

Color information

#8E408E (or 0x8E408E) is unknown color: approx Vivid Violet. HEX triplet: 8E, 40 and 8E. RGB value is (142,64,142). Sum of RGB (Red+Green+Blue) = 142+64+142=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E408E is #71BF71. Grayscale: #5F5F5F. Windows color (decimal): -7454578 or 9322638. OLE color: 9322638.

HSL color Cylindrical-coordinate representation of color #8E408E: hue angle of 300º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E408E is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14264142-
CMYK00.5500.44
HSL300º37.86%40.39%-
HSV(B)300º54.93%55.69%-
XYZ17.8711.3726.84-
YUV96.21153.84160.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.80%
GREEN value IS 64 (25.39% from 255) = 18.39%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=40.80%
G=18.39%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426414200.5500.4430037.8640.39
Hex8E408E03702C12c2628
Octal2161002160670544544650
Binary1000111010000001000111001101110101100100101100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,64,142); }

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

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

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

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

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

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

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