#8e4d92

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

Shades of Vivid Violet #8E4D92

Tints of Vivid Violet #8E4D92

Color information

#8E4D92 (or 0x8E4D92) is unknown color: approx Vivid Violet. HEX triplet: 8E, 4D and 92. RGB value is (142,77,146). Sum of RGB (Red+Green+Blue) = 142+77+146=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E4D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4D92 is #71B26D. Grayscale: #686868. Windows color (decimal): -7451246 or 9588110. OLE color: 9588110.

HSL color Cylindrical-coordinate representation of color #8E4D92: hue angle of 296.52º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E4D92 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14277146-
CMYK0.030.4700.43
HSL296.52º30.94%43.73%-
HSV(B)296.52º47.26%57.25%-
XYZ1913.1328.73-
YUV104.3151.53154.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.90%
GREEN value IS 77 (30.47% from 255) = 21.10%
BLUE value IS 146 (57.42% from 255) = 40%
R=38.90%
G=21.10%
B=40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142771460.030.4700.43296.5230.9443.73
Hex8E4D9232F02B1291f2c
Octal2161152223570534513754
Binary1000111010011011001001011101111010101110010100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e4d92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,77,146); }

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

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

 a { background-color: rgb(142,77,146); }

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

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

 span { border-color: rgb(142,77,146); }

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