#8C4489

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

Shades of Vivid Violet #8C4489

Tints of Vivid Violet #8C4489

Color information

#8C4489 (or 0x8C4489) is unknown color: approx Vivid Violet. HEX triplet: 8C, 44 and 89. RGB value is (140,68,137). Sum of RGB (Red+Green+Blue) = 140+68+137=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4489 is #73BB76. Grayscale: #616161. Windows color (decimal): -7584631 or 8995980. OLE color: 8995980.

HSL color Cylindrical-coordinate representation of color #8C4489: hue angle of 302.5º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4489 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB14068137-
CMYK00.510.020.45
HSL302.5º34.62%40.78%-
HSV(B)302.5º51.43%54.9%-
XYZ17.411.5224.97-
YUV97.39150.35158.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.58%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 137 (53.91% from 255) = 39.71%
R=40.58%
G=19.71%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406813700.510.020.45302.534.6240.78
Hex8C448903322D12e2329
Octal2141042110632554564351
Binary10001100100010010001001011001110101101100101110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,68,137); }

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

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

 a { background-color: rgb(140,68,137); }

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

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

 span { border-color: rgb(140,68,137); }

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