#8D0B9B

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

Shades of Dark Magenta #8D0B9B

Tints of Dark Magenta #8D0B9B

Color information

#8D0B9B (or 0x8D0B9B) is unknown color: approx Dark Magenta. HEX triplet: 8D, 0B and 9B. RGB value is (141,11,155). Sum of RGB (Red+Green+Blue) = 141+11+155=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D0B9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0B9B is #72F464. Grayscale: #414141. Windows color (decimal): -7533669 or 10161037. OLE color: 10161037.

HSL color Cylindrical-coordinate representation of color #8D0B9B: hue angle of 294.17º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0B9B is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14111155-
CMYK0.090.9300.39
HSL294.17º86.75%32.55%-
HSV(B)294.17º92.9%60.78%-
XYZ17.028.2731.71-
YUV66.29178.07181.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 11 (4.69% from 255) = 3.58%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=45.93%
G=3.58%
B=50.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141111550.090.9300.39294.1786.7532.55
Hex8DB9B95D0271265721
Octal215132331113504744612741
Binary100011011011100110111001101110101001111001001101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,11,155); }

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

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

 a { background-color: rgb(141,11,155); }

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

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

 span { border-color: rgb(141,11,155); }

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