Html Css Color HEX #9F577C Strikemaster

📋 copy color: '#9F577C'

red 159 ◦ green 87 ◦ blue 124

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

Shades of Strikemaster #9F577C

Tints of Strikemaster #9F577C

RGB

 RED value IS 159 (62.5% from 255) = 42.97%

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

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

R = 42.97%
G = 23.51%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F577C (or 0x9F577C) is known color: Strikemaster. HEX triplet: 9F, 57 and 7C. RGB value is (159,87,124). Sum of RGB (Red+Green+Blue) = 159+87+124=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F577C is #60A883. Grayscale: #707070. Windows color (decimal): -6334596 or 8148895. OLE color: 8148895.

HSL color Cylindrical-coordinate representation of color #9F577C: hue angle of 329.17º 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 #9F577C is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 87 124 -
CMYK 0 0.45 0.22 0.38
HSL 329.17º 0.29% 0.48% -
HSV(B) 329.17º 0.45% 0.62% -
XYZ 21.34 15.64 20.96 -
YUV 112.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 159 87 124 0 0.45 0.22 0.38 329.17 0.29 0.48
Hex 9F 57 7C 0 2D 16 26 149 1D 30
Octal 237 127 174 0 55 26 46 511 35 60
Binary 10011111 1010111 1111100 0 101101 10110 100110 101001001 11101 110000

Color Harmonies of #9F577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F577C

Black with #9F577C

Text Example


Text Example

White with #9F577C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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