#8E4B93

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

Shades of Vivid Violet #8E4B93

Tints of Vivid Violet #8E4B93

Color information

#8E4B93 (or 0x8E4B93) is unknown color: approx Vivid Violet. HEX triplet: 8E, 4B and 93. RGB value is (142,75,147). Sum of RGB (Red+Green+Blue) = 142+75+147=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E4B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4B93 is #71B46C. Grayscale: #676767. Windows color (decimal): -7451757 or 9653134. OLE color: 9653134.

HSL color Cylindrical-coordinate representation of color #8E4B93: hue angle of 295.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E4B93 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14275147-
CMYK0.030.4900.42
HSL295.83º32.43%43.53%-
HSV(B)295.83º48.98%57.65%-
XYZ18.9412.8929.09-
YUV103.24152.7155.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 75 (29.69% from 255) = 20.60%
BLUE value IS 147 (57.81% from 255) = 40.38%
R=39.01%
G=20.60%
B=40.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142751470.030.4900.42295.8332.4343.53
Hex8E4B9333102A128202c
Octal2161132233610524504054
Binary10001110100101110010011111100010101010100101000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,75,147); }

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

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

 a { background-color: rgb(142,75,147); }

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

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

 span { border-color: rgb(142,75,147); }

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