#8E2E8D

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

Shades of Vivid Violet #8E2E8D

Tints of Vivid Violet #8E2E8D

Color information

#8E2E8D (or 0x8E2E8D) is unknown color: approx Vivid Violet. HEX triplet: 8E, 2E and 8D. RGB value is (142,46,141). Sum of RGB (Red+Green+Blue) = 142+46+141=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2E8D is #71D172. Grayscale: #555555. Windows color (decimal): -7459187 or 9252494. OLE color: 9252494.

HSL color Cylindrical-coordinate representation of color #8E2E8D: hue angle of 300.62º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2E8D is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14246141-
CMYK00.680.010.44
HSL300.62º51.06%36.86%-
HSV(B)300.62º67.61%55.69%-
XYZ16.949.6326.16-
YUV85.53159.3168.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 46 (18.36% from 255) = 13.98%
BLUE value IS 141 (55.47% from 255) = 42.86%
R=43.16%
G=13.98%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424614100.680.010.44300.6251.0636.86
Hex8E2E8D04412C12d3325
Octal2165621501041544556345
Binary1000111010111010001101010001001101100100101101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,46,141); }

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

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

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

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

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

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

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