#8C4991

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

Shades of Vivid Violet #8C4991

Tints of Vivid Violet #8C4991

Color information

#8C4991 (or 0x8C4991) is unknown color: approx Vivid Violet. HEX triplet: 8C, 49 and 91. RGB value is (140,73,145). Sum of RGB (Red+Green+Blue) = 140+73+145=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #8C4991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4991 is #73B66E. Grayscale: #656565. Windows color (decimal): -7583343 or 9521548. OLE color: 9521548.

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

Color convert

RGB14073145-
CMYK0.030.5000.43
HSL295.83º33.03%42.75%-
HSV(B)295.83º49.66%56.86%-
XYZ18.3112.3828.21-
YUV101.24152.7155.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.11%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 145 (57.03% from 255) = 40.50%
R=39.11%
G=20.39%
B=40.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140731450.030.5000.43295.8333.0342.75
Hex8C499133202B128212b
Octal2141112213620534504153
Binary10001100100100110010001111100100101011100101000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,73,145); }

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

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

 a { background-color: rgb(140,73,145); }

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

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

 span { border-color: rgb(140,73,145); }

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