#8E2F8C

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

Shades of Vivid Violet #8E2F8C

Tints of Vivid Violet #8E2F8C

Color information

#8E2F8C (or 0x8E2F8C) is unknown color: approx Vivid Violet. HEX triplet: 8E, 2F and 8C. RGB value is (142,47,140). Sum of RGB (Red+Green+Blue) = 142+47+140=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2F8C is #71D073. Grayscale: #555555. Windows color (decimal): -7458932 or 9187214. OLE color: 9187214.

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

Color convert

RGB14247140-
CMYK00.670.010.44
HSL301.26º50.26%37.06%-
HSV(B)301.26º66.9%55.69%-
XYZ16.919.6825.79-
YUV86.01158.47167.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 47 (18.75% from 255) = 14.29%
BLUE value IS 140 (55.08% from 255) = 42.55%
R=43.16%
G=14.29%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424714000.670.010.44301.2650.2637.06
Hex8E2F8C04312C12d3225
Octal2165721401031544556245
Binary1000111010111110001100010000111101100100101101110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,47,140); }

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

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

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

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

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

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

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