Html Css Color HEX #9D577C Strikemaster

📋 copy color: '#9D577C'

red 157 ◦ green 87 ◦ blue 124

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

Shades of Strikemaster #9D577C

Tints of Strikemaster #9D577C

RGB

 RED value IS 157 (61.72% from 255) = 42.66%

 GREEN value IS 87 (34.38% from 255) = 23.64%

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

R = 42.66%
G = 23.64%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9D577C (or 0x9D577C) is known color: Strikemaster. HEX triplet: 9D, 57 and 7C. RGB value is (157,87,124). Sum of RGB (Red+Green+Blue) = 157+87+124=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D577C is #62A883. Grayscale: #707070. Windows color (decimal): -6465668 or 8148893. OLE color: 8148893.

HSL color Cylindrical-coordinate representation of color #9D577C: hue angle of 328.29º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D577C is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 87 124 -
CMYK 0 0.45 0.21 0.38
HSL 328.29º 0.29% 0.48% -
HSV(B) 328.29º 0.45% 0.62% -
XYZ 20.95 15.44 20.94 -
YUV 112.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 157 87 124 0 0.45 0.21 0.38 328.29 0.29 0.48
Hex 9D 57 7C 0 2D 15 26 148 1D 30
Octal 235 127 174 0 55 25 46 510 35 60
Binary 10011101 1010111 1111100 0 101101 10101 100110 101001000 11101 110000

Color Harmonies of #9D577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D577C

Black with #9D577C

Text Example


Text Example

White with #9D577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D577C; }

 p { color: rgb(157,87,124); }

 H1.HeaderClassName
 {
   color: #9D577C;
 }
 .AnyTagClassName
 {
   color: #9D577C;
 }
</style>

background-color css

<style>
 a { background-color: #9D577C; }

 a { background-color: rgb(157,87,124); }

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

border-color css

<style>
 span { border-color: #9D577C; }

 span { border-color: rgb(157,87,124); }

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