#8E398C

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

Shades of Vivid Violet #8E398C

Tints of Vivid Violet #8E398C

Color information

#8E398C (or 0x8E398C) is unknown color: approx Vivid Violet. HEX triplet: 8E, 39 and 8C. RGB value is (142,57,140). Sum of RGB (Red+Green+Blue) = 142+57+140=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E398C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E398C is #71C673. Grayscale: #5B5B5B. Windows color (decimal): -7456372 or 9189774. OLE color: 9189774.

HSL color Cylindrical-coordinate representation of color #8E398C: hue angle of 301.41º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E398C is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14257140-
CMYK00.600.010.44
HSL301.41º42.71%39.02%-
HSV(B)301.41º59.86%55.69%-
XYZ17.3510.5725.94-
YUV91.88155.16163.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 57 (22.66% from 255) = 16.81%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=41.89%
G=16.81%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425714000.600.010.44301.4142.7139.02
Hex8E398C03C12C12d2b27
Octal216712140741544555347
Binary100011101110011000110001111001101100100101101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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