#8D089F

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

Shades of Dark Magenta #8D089F

Tints of Dark Magenta #8D089F

Color information

#8D089F (or 0x8D089F) is unknown color: approx Dark Magenta. HEX triplet: 8D, 08 and 9F. RGB value is (141,8,159). Sum of RGB (Red+Green+Blue) = 141+8+159=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D089F is #72F760. Grayscale: #404040. Windows color (decimal): -7534433 or 10422413. OLE color: 10422413.

HSL color Cylindrical-coordinate representation of color #8D089F: hue angle of 292.85º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D089F is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1418159-
CMYK0.110.9500.38
HSL292.85º90.42%32.75%-
HSV(B)292.85º94.97%62.35%-
XYZ17.338.3433.5-
YUV64.98181.06182.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.78%
GREEN value IS 8 (3.52% from 255) = 2.60%
BLUE value IS 159 (62.5% from 255) = 51.62%
R=45.78%
G=2.60%
B=51.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14181590.110.9500.38292.8590.4232.75
Hex8D89FB5F0261255a21
Octal215102371313704644513241
Binary100011011000100111111011101111101001101001001011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,8,159); }

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

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

 a { background-color: rgb(141,8,159); }

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

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

 span { border-color: rgb(141,8,159); }

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