#8E318A

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

Shades of Vivid Violet #8E318A

Tints of Vivid Violet #8E318A

Color information

#8E318A (or 0x8E318A) is unknown color: approx Vivid Violet. HEX triplet: 8E, 31 and 8A. RGB value is (142,49,138). Sum of RGB (Red+Green+Blue) = 142+49+138=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E318A is #71CE75. Grayscale: #565656. Windows color (decimal): -7458422 or 9056654. OLE color: 9056654.

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

Color convert

RGB14249138-
CMYK00.650.030.44
HSL302.58º48.69%37.45%-
HSV(B)302.58º65.49%55.69%-
XYZ16.849.7825.05-
YUV86.95156.81167.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 49 (19.53% from 255) = 14.89%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=43.16%
G=14.89%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424913800.650.030.44302.5848.6937.45
Hex8E318A04132C12f3125
Octal2166121201013544576145
Binary10001110110001100010100100000111101100100101111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E318A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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