Html Css Color HEX #8D2577 Dark Purple

📋 copy color: '#8D2577'

red 141 ◦ green 37 ◦ blue 119

#8D2577
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #8D2577

Tints of Dark Purple #8D2577

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 value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8D2577 (or 0x8D2577) is known color: 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

RGB 141 37 119 -
CMYK 0 0.74 0.16 0.45
HSL 312.69º 0.58% 0.35% -
HSV(B) 312.69º 0.74% 0.55% -
XYZ 14.98 8.32 18.27 -
YUV 77.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 141 37 119 0 0.74 0.16 0.45 312.69 0.58 0.35
Hex 8D 25 77 0 4A 10 2D 139 3A 23
Octal 215 45 167 0 112 20 55 471 72 43
Binary 10001101 100101 1110111 0 1001010 10000 101101 100111001 111010 100011

Color Harmonies of #8D2577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2577

Black with #8D2577

Text Example


Text Example

White with #8D2577

Text Example


Text Example

HTML Codes & Css Web 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>