#8E4C96

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

Shades of Vivid Violet #8E4C96

Tints of Vivid Violet #8E4C96

Color information

#8E4C96 (or 0x8E4C96) is unknown color: approx Vivid Violet. HEX triplet: 8E, 4C and 96. RGB value is (142,76,150). Sum of RGB (Red+Green+Blue) = 142+76+150=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E4C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4C96 is #71B369. Grayscale: #676767. Windows color (decimal): -7451498 or 9849998. OLE color: 9849998.

HSL color Cylindrical-coordinate representation of color #8E4C96: hue angle of 293.51º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E4C96 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14276150-
CMYK0.050.4900.41
HSL293.51º32.74%44.31%-
HSV(B)293.51º49.33%58.82%-
XYZ19.2413.1230.37-
YUV104.17153.87154.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.59%
GREEN value IS 76 (30.08% from 255) = 20.65%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=38.59%
G=20.65%
B=40.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142761500.050.4900.41293.5132.7444.31
Hex8E4C96531029126212c
Octal2161142265610514464154
Binary100011101001100100101101011100010101001100100110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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