#8C4891

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

Shades of Vivid Violet #8C4891

Tints of Vivid Violet #8C4891

Color information

#8C4891 (or 0x8C4891) is unknown color: approx Vivid Violet. HEX triplet: 8C, 48 and 91. RGB value is (140,72,145). Sum of RGB (Red+Green+Blue) = 140+72+145=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #8C4891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4891 is #73B76E. Grayscale: #646464. Windows color (decimal): -7583599 or 9521292. OLE color: 9521292.

HSL color Cylindrical-coordinate representation of color #8C4891: hue angle of 295.89º degrees, saturation: 0.34, 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 #8C4891 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14072145-
CMYK0.030.5000.43
HSL295.89º33.64%42.55%-
HSV(B)295.89º50.34%56.86%-
XYZ18.2412.2528.19-
YUV100.65153.03156.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.22%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 145 (57.03% from 255) = 40.62%
R=39.22%
G=20.17%
B=40.62%

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
Decimal140721450.030.5000.43295.8933.6442.55
Hex8C489133202B128222b
Octal2141102213620534504253
Binary10001100100100010010001111100100101011100101000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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