#8E4995

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

Shades of Vivid Violet #8E4995

Tints of Vivid Violet #8E4995

Color information

#8E4995 (or 0x8E4995) is unknown color: approx Vivid Violet. HEX triplet: 8E, 49 and 95. RGB value is (142,73,149). Sum of RGB (Red+Green+Blue) = 142+73+149=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E4995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4995 is #71B66A. Grayscale: #666666. Windows color (decimal): -7452267 or 9783694. OLE color: 9783694.

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

Color convert

RGB14273149-
CMYK0.050.5100.42
HSL294.47º34.23%43.53%-
HSV(B)294.47º51.01%58.43%-
XYZ18.9612.6929.88-
YUV102.3154.36156.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 73 (28.91% from 255) = 20.05%
BLUE value IS 149 (58.59% from 255) = 40.93%
R=39.01%
G=20.05%
B=40.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142731490.050.5100.42294.4734.2343.53
Hex8E499553302A126222c
Octal2161112255630524464254
Binary100011101001001100101011011100110101010100100110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,73,149); }

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

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

 a { background-color: rgb(142,73,149); }

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

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

 span { border-color: rgb(142,73,149); }

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