#8E4C98

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

Shades of Vivid Violet #8E4C98

Tints of Vivid Violet #8E4C98

Color information

#8E4C98 (or 0x8E4C98) is unknown color: approx Vivid Violet. HEX triplet: 8E, 4C and 98. RGB value is (142,76,152). Sum of RGB (Red+Green+Blue) = 142+76+152=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E4C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4C98 is #71B367. Grayscale: #686868. Windows color (decimal): -7451496 or 9981070. OLE color: 9981070.

HSL color Cylindrical-coordinate representation of color #8E4C98: hue angle of 292.11º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E4C98 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14276152-
CMYK0.070.5000.40
HSL292.11º33.33%44.71%-
HSV(B)292.11º50%59.61%-
XYZ19.4113.1931.23-
YUV104.4154.87154.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.38%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 152 (59.77% from 255) = 41.08%
R=38.38%
G=20.54%
B=41.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142761520.070.5000.40292.1133.3344.71
Hex8E4C98732028124212d
Octal2161142307620504444155
Binary100011101001100100110001111100100101000100100100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,76,152); }

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

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

 a { background-color: rgb(142,76,152); }

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

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

 span { border-color: rgb(142,76,152); }

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