Html Css Color HEX #8D5976 Strikemaster

📋 copy color: '#8D5976'

red 141 ◦ green 89 ◦ blue 118

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

Shades of Strikemaster #8D5976

Tints of Strikemaster #8D5976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.91%

R = 40.52%
G = 25.57%
B = 33.91%

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

#8D5976 (or 0x8D5976) is known color: Strikemaster. HEX triplet: 8D, 59 and 76. RGB value is (141,89,118). Sum of RGB (Red+Green+Blue) = 141+89+118=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5976 is #72A689. Grayscale: #6B6B6B. Windows color (decimal): -7513738 or 7756173. OLE color: 7756173.

HSL color Cylindrical-coordinate representation of color #8D5976: hue angle of 326.54º 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 #8D5976 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 89 118 -
CMYK 0 0.37 0.16 0.45
HSL 326.54º 0.23% 0.45% -
HSV(B) 326.54º 0.37% 0.55% -
XYZ 17.83 14.12 18.92 -
YUV 107.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 141 89 118 0 0.37 0.16 0.45 326.54 0.23 0.45
Hex 8D 59 76 0 25 10 2D 147 17 2D
Octal 215 131 166 0 45 20 55 507 27 55
Binary 10001101 1011001 1110110 0 100101 10000 101101 101000111 10111 101101

Color Harmonies of #8D5976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5976

Black with #8D5976

Text Example


Text Example

White with #8D5976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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