#8E388B

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

Shades of Vivid Violet #8E388B

Tints of Vivid Violet #8E388B

Color information

#8E388B (or 0x8E388B) is unknown color: approx Vivid Violet. HEX triplet: 8E, 38 and 8B. RGB value is (142,56,139). Sum of RGB (Red+Green+Blue) = 142+56+139=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E388B is #71C774. Grayscale: #5A5A5A. Windows color (decimal): -7456629 or 9123982. OLE color: 9123982.

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

Color convert

RGB14256139-
CMYK00.610.020.44
HSL302.09º43.43%38.82%-
HSV(B)302.09º60.56%55.69%-
XYZ17.2310.4425.53-
YUV91.18154.99164.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 56 (22.27% from 255) = 16.62%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=42.14%
G=16.62%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425613900.610.020.44302.0943.4338.82
Hex8E388B03D22C12e2b27
Octal216702130752544565347
Binary1000111011100010001011011110110101100100101110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,56,139); }

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

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

 a { background-color: rgb(142,56,139); }

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

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

 span { border-color: rgb(142,56,139); }

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