#8C1A93

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

Shades of Dark Magenta #8C1A93

Tints of Dark Magenta #8C1A93

Color information

#8C1A93 (or 0x8C1A93) is unknown color: approx Dark Magenta. HEX triplet: 8C, 1A and 93. RGB value is (140,26,147). Sum of RGB (Red+Green+Blue) = 140+26+147=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C1A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1A93 is #73E56C. Grayscale: #494949. Windows color (decimal): -7595373 or 9640588. OLE color: 9640588.

HSL color Cylindrical-coordinate representation of color #8C1A93: hue angle of 296.53º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C1A93 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14026147-
CMYK0.050.8200.42
HSL296.53º69.94%33.92%-
HSV(B)296.53º82.31%57.65%-
XYZ16.458.4228.36-
YUV73.88169.27175.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.73%
GREEN value IS 26 (10.55% from 255) = 8.31%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=44.73%
G=8.31%
B=46.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140261470.050.8200.42296.5369.9433.92
Hex8C1A9355202A1294622
Octal21432223512205245110642
Binary100011001101010010011101101001001010101001010011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,26,147); }

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

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

 a { background-color: rgb(140,26,147); }

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

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

 span { border-color: rgb(140,26,147); }

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