Html Css Color HEX #8D2177 Dark Purple

📋 copy color: '#8D2177'

red 141 ◦ green 33 ◦ blue 119

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

Shades of Dark Purple #8D2177

Tints of Dark Purple #8D2177

RGB

 RED value IS 141 (55.47% from 255) = 48.12%

 GREEN value IS 33 (13.28% from 255) = 11.26%

 BLUE value IS 119 (46.88% from 255) = 40.61%

R = 48.12%
G = 11.26%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8D2177 (or 0x8D2177) is known color: Dark Purple. HEX triplet: 8D, 21 and 77. RGB value is (141,33,119). Sum of RGB (Red+Green+Blue) = 141+33+119=293 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.12% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2177 is #72DE88. Grayscale: #4A4A4A. Windows color (decimal): -7528073 or 7807373. OLE color: 7807373.

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

Color convert

RGB 141 33 119 -
CMYK 0 0.77 0.16 0.45
HSL 312.22º 0.62% 0.34% -
HSV(B) 312.22º 0.77% 0.55% -
XYZ 14.86 8.08 18.23 -
YUV 75.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 141 33 119 0 0.77 0.16 0.45 312.22 0.62 0.34
Hex 8D 21 77 0 4D 10 2D 138 3E 22
Octal 215 41 167 0 115 20 55 470 76 42
Binary 10001101 100001 1110111 0 1001101 10000 101101 100111000 111110 100010

Color Harmonies of #8D2177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2177

Black with #8D2177

Text Example


Text Example

White with #8D2177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D2177;
 }
 .AnyTagClassName
 {
   color: #8D2177;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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