Html Css Color HEX #8D597C Strikemaster

📋 copy color: '#8D597C'

red 141 ◦ green 89 ◦ blue 124

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

Shades of Strikemaster #8D597C

Tints of Strikemaster #8D597C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 39.83%
G = 25.14%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8D597C (or 0x8D597C) is known color: Strikemaster. HEX triplet: 8D, 59 and 7C. RGB value is (141,89,124). Sum of RGB (Red+Green+Blue) = 141+89+124=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 141 - color contains mainly: red. Hex color #8D597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D597C is #72A683. Grayscale: #6C6C6C. Windows color (decimal): -7513732 or 8149389. OLE color: 8149389.

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

Color convert

RGB 141 89 124 -
CMYK 0 0.37 0.12 0.45
HSL 319.62º 0.23% 0.45% -
HSV(B) 319.62º 0.37% 0.55% -
XYZ 18.19 14.26 20.86 -
YUV 108.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 141 89 124 0 0.37 0.12 0.45 319.62 0.23 0.45
Hex 8D 59 7C 0 25 C 2D 140 17 2D
Octal 215 131 174 0 45 14 55 500 27 55
Binary 10001101 1011001 1111100 0 100101 1100 101101 101000000 10111 101101

Color Harmonies of #8D597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D597C

Black with #8D597C

Text Example


Text Example

White with #8D597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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