#8C1899

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

Shades of Dark Magenta #8C1899

Tints of Dark Magenta #8C1899

Color information

#8C1899 (or 0x8C1899) is unknown color: approx Dark Magenta. HEX triplet: 8C, 18 and 99. RGB value is (140,24,153). Sum of RGB (Red+Green+Blue) = 140+24+153=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C1899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1899 is #73E766. Grayscale: #484848. Windows color (decimal): -7595879 or 10033292. OLE color: 10033292.

HSL color Cylindrical-coordinate representation of color #8C1899: hue angle of 293.95º 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 #8C1899 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14024153-
CMYK0.080.8400.4
HSL293.95º72.88%34.71%-
HSV(B)293.95º84.31%60%-
XYZ16.898.5330.89-
YUV73.39172.93175.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.16%
GREEN value IS 24 (9.77% from 255) = 7.57%
BLUE value IS 153 (60.16% from 255) = 48.26%
R=44.16%
G=7.57%
B=48.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal140241530.080.8400.4293.9572.8834.71
Hex8C18998540281264923
Octal214302311012405044611143
Binary1000110011000100110011000101010001010001001001101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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