#8D2577

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

Shades of Dark Purple #8D2577

Tints of Dark Purple #8D2577

Color information

#8D2577 (or 0x8D2577) is unknown color: approx Dark Purple. HEX triplet: 8D, 25 and 77. RGB value is (141,37,119). Sum of RGB (Red+Green+Blue) = 141+37+119=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2577 is #72DA88. Grayscale: #4D4D4D. Windows color (decimal): -7527049 or 7808397. OLE color: 7808397.

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

Color convert

RGB14137119-
CMYK00.740.160.45
HSL312.69º58.43%34.9%-
HSV(B)312.69º73.76%55.29%-
XYZ14.988.3218.27-
YUV77.44151.46173.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.47%
GREEN value IS 37 (14.84% from 255) = 12.46%
BLUE value IS 119 (46.88% from 255) = 40.07%
R=47.47%
G=12.46%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413711900.740.160.45312.6958.4334.9
Hex8D257704A102D1393a23
Octal21545167011220554717243
Binary1000110110010111101110100101010000101101100111001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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