Html Css Color HEX #8D5978 Strikemaster

📋 copy color: '#8D5978'

red 141 ◦ green 89 ◦ blue 120

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

Shades of Strikemaster #8D5978

Tints of Strikemaster #8D5978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.29%

R = 40.29%
G = 25.43%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8D5978 (or 0x8D5978) is known color: Strikemaster. HEX triplet: 8D, 59 and 78. RGB value is (141,89,120). Sum of RGB (Red+Green+Blue) = 141+89+120=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5978 is #72A687. Grayscale: #6C6C6C. Windows color (decimal): -7513736 or 7887245. OLE color: 7887245.

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

Color convert

RGB 141 89 120 -
CMYK 0 0.37 0.15 0.45
HSL 324.23º 0.23% 0.45% -
HSV(B) 324.23º 0.37% 0.55% -
XYZ 17.95 14.16 19.56 -
YUV 108.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 141 89 120 0 0.37 0.15 0.45 324.23 0.23 0.45
Hex 8D 59 78 0 25 F 2D 144 17 2D
Octal 215 131 170 0 45 17 55 504 27 55
Binary 10001101 1011001 1111000 0 100101 1111 101101 101000100 10111 101101

Color Harmonies of #8D5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5978

Black with #8D5978

Text Example


Text Example

White with #8D5978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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