#8E408A

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

Shades of Vivid Violet #8E408A

Tints of Vivid Violet #8E408A

Color information

#8E408A (or 0x8E408A) is unknown color: approx Vivid Violet. HEX triplet: 8E, 40 and 8A. RGB value is (142,64,138). Sum of RGB (Red+Green+Blue) = 142+64+138=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E408A is #71BF75. Grayscale: #5F5F5F. Windows color (decimal): -7454582 or 9060494. OLE color: 9060494.

HSL color Cylindrical-coordinate representation of color #8E408A: hue angle of 303.08º 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 #8E408A is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14264138-
CMYK00.550.030.44
HSL303.08º37.86%40.39%-
HSV(B)303.08º54.93%55.69%-
XYZ17.5811.2525.29-
YUV95.76151.84160.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.28%
GREEN value IS 64 (25.39% from 255) = 18.60%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=41.28%
G=18.60%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426413800.550.030.44303.0837.8640.39
Hex8E408A03732C12f2628
Octal2161002120673544574650
Binary10001110100000010001010011011111101100100101111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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