#8C4189

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

Shades of Vivid Violet #8C4189

Tints of Vivid Violet #8C4189

Color information

#8C4189 (or 0x8C4189) is unknown color: approx Vivid Violet. HEX triplet: 8C, 41 and 89. RGB value is (140,65,137). Sum of RGB (Red+Green+Blue) = 140+65+137=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4189 is #73BE76. Grayscale: #5F5F5F. Windows color (decimal): -7585399 or 8995212. OLE color: 8995212.

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

Color convert

RGB14065137-
CMYK00.540.020.45
HSL302.4º36.59%40.2%-
HSV(B)302.4º53.57%54.9%-
XYZ17.2211.1624.91-
YUV95.63151.35159.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.94%
GREEN value IS 65 (25.78% from 255) = 19.01%
BLUE value IS 137 (53.91% from 255) = 40.06%
R=40.94%
G=19.01%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406513700.540.020.45302.436.5940.2
Hex8C418903622D12e2528
Octal2141012110662554564550
Binary10001100100000110001001011011010101101100101110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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