#8D1B8F

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

Shades of Dark Magenta #8D1B8F

Tints of Dark Magenta #8D1B8F

Color information

#8D1B8F (or 0x8D1B8F) is unknown color: approx Dark Magenta. HEX triplet: 8D, 1B and 8F. RGB value is (141,27,143). Sum of RGB (Red+Green+Blue) = 141+27+143=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #8D1B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1B8F is #72E470. Grayscale: #494949. Windows color (decimal): -7529585 or 9378701. OLE color: 9378701.

HSL color Cylindrical-coordinate representation of color #8D1B8F: hue angle of 298.97º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D1B8F is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14127143-
CMYK0.010.8100.44
HSL298.97º68.24%33.33%-
HSV(B)298.97º81.12%56.08%-
XYZ16.338.4326.75-
YUV74.31166.77175.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.34%
GREEN value IS 27 (10.94% from 255) = 8.68%
BLUE value IS 143 (56.25% from 255) = 45.98%
R=45.34%
G=8.68%
B=45.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141271430.010.8100.44298.9768.2433.33
Hex8D1B8F15102C12b4421
Octal21533217112105445310441
Binary1000110111011100011111101000101011001001010111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,27,143); }

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

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

 a { background-color: rgb(141,27,143); }

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

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

 span { border-color: rgb(141,27,143); }

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