Html Css Color HEX #8D5977 Strikemaster

📋 copy color: '#8D5977'

red 141 ◦ green 89 ◦ blue 119

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

Shades of Strikemaster #8D5977

Tints of Strikemaster #8D5977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.5%

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

R = 40.4%
G = 25.5%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8D5977 (or 0x8D5977) is known color: Strikemaster. HEX triplet: 8D, 59 and 77. RGB value is (141,89,119). Sum of RGB (Red+Green+Blue) = 141+89+119=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5977 is #72A688. Grayscale: #6B6B6B. Windows color (decimal): -7513737 or 7821709. OLE color: 7821709.

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

Color convert

RGB 141 89 119 -
CMYK 0 0.37 0.16 0.45
HSL 325.38º 0.23% 0.45% -
HSV(B) 325.38º 0.37% 0.55% -
XYZ 17.89 14.14 19.24 -
YUV 107.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 141 89 119 0 0.37 0.16 0.45 325.38 0.23 0.45
Hex 8D 59 77 0 25 10 2D 145 17 2D
Octal 215 131 167 0 45 20 55 505 27 55
Binary 10001101 1011001 1110111 0 100101 10000 101101 101000101 10111 101101

Color Harmonies of #8D5977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5977

Black with #8D5977

Text Example


Text Example

White with #8D5977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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