#8D1577

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

Shades of Dark Purple #8D1577

Tints of Dark Purple #8D1577

Color information

#8D1577 (or 0x8D1577) is unknown color: approx Dark Purple. HEX triplet: 8D, 15 and 77. RGB value is (141,21,119). Sum of RGB (Red+Green+Blue) = 141+21+119=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1577 is #72EA88. Grayscale: #434343. Windows color (decimal): -7531145 or 7804301. OLE color: 7804301.

HSL color Cylindrical-coordinate representation of color #8D1577: hue angle of 311º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D1577 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB14121119-
CMYK00.850.160.45
HSL311º74.07%31.76%-
HSV(B)311º85.11%55.29%-
XYZ14.587.5318.14-
YUV68.05156.76180.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.18%
GREEN value IS 21 (8.59% from 255) = 7.47%
BLUE value IS 119 (46.88% from 255) = 42.35%
R=50.18%
G=7.47%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412111900.850.160.4531174.0731.76
Hex8D1577055102D1374a20
Octal215251670125205546711240
Binary1000110110101111011101010101100001011011001101111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,21,119); }

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

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

 a { background-color: rgb(141,21,119); }

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

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

 span { border-color: rgb(141,21,119); }

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