#8c189a

Color #8C189A Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #8C189A

Tints of Dark Magenta #8C189A

Color information

#8C189A (or 0x8C189A) is unknown color: approx Dark Magenta. HEX triplet: 8C, 18 and 9A. RGB value is (140,24,154). Sum of RGB (Red+Green+Blue) = 140+24+154=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C189A is #73E765. Grayscale: #494949. Windows color (decimal): -7595878 or 10098828. OLE color: 10098828.

HSL color Cylindrical-coordinate representation of color #8C189A: hue angle of 293.54º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C189A is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14024154-
CMYK0.090.8400.40
HSL293.54º73.03%34.9%-
HSV(B)293.54º84.42%60.39%-
XYZ16.978.5631.33-
YUV73.5173.43175.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.03%
GREEN value IS 24 (9.77% from 255) = 7.55%
BLUE value IS 154 (60.55% from 255) = 48.43%
R=44.03%
G=7.55%
B=48.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal140241540.090.8400.40293.5473.0334.9
Hex8C189A9540281264923
Octal214302321112405044611143
Binary1000110011000100110101001101010001010001001001101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c189a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,24,154); }

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

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

 a { background-color: rgb(140,24,154); }

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

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

 span { border-color: rgb(140,24,154); }

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