#8E3F83

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

Shades of Vivid Violet #8E3F83

Tints of Vivid Violet #8E3F83

Color information

#8E3F83 (or 0x8E3F83) is unknown color: approx Vivid Violet. HEX triplet: 8E, 3F and 83. RGB value is (142,63,131). Sum of RGB (Red+Green+Blue) = 142+63+131=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3F83 is #71C07C. Grayscale: #5E5E5E. Windows color (decimal): -7454845 or 8601486. OLE color: 8601486.

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

Color convert

RGB14263131-
CMYK00.560.080.44
HSL308.35º38.54%40.2%-
HSV(B)308.35º55.63%55.69%-
XYZ17.0310.9422.69-
YUV94.37148.67161.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 131 (51.56% from 255) = 38.99%
R=42.26%
G=18.75%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426313100.560.080.44308.3538.5440.2
Hex8E3F8303882C1342728
Octal2167720307010544644750
Binary100011101111111000001101110001000101100100110100100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,63,131); }

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

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

 a { background-color: rgb(142,63,131); }

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

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

 span { border-color: rgb(142,63,131); }

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