Html Css Color HEX #9F597F Strikemaster

📋 copy color: '#9F597F'

red 159 ◦ green 89 ◦ blue 127

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

Shades of Strikemaster #9F597F

Tints of Strikemaster #9F597F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.87%

R = 42.4%
G = 23.73%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F597F (or 0x9F597F) is known color: Strikemaster. HEX triplet: 9F, 59 and 7F. RGB value is (159,89,127). Sum of RGB (Red+Green+Blue) = 159+89+127=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F597F is #60A680. Grayscale: #727272. Windows color (decimal): -6334081 or 8346015. OLE color: 8346015.

HSL color Cylindrical-coordinate representation of color #9F597F: hue angle of 327.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F597F is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 89 127 -
CMYK 0 0.44 0.20 0.38
HSL 327.43º 0.28% 0.49% -
HSV(B) 327.43º 0.44% 0.62% -
XYZ 21.7 16.05 22.03 -
YUV 114.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 159 89 127 0 0.44 0.20 0.38 327.43 0.28 0.49
Hex 9F 59 7F 0 2C 14 26 147 1C 31
Octal 237 131 177 0 54 24 46 507 34 61
Binary 10011111 1011001 1111111 0 101100 10100 100110 101000111 11100 110001

Color Harmonies of #9F597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F597F

Black with #9F597F

Text Example


Text Example

White with #9F597F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,89,127); }

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

background-color css

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

 a { background-color: rgb(159,89,127); }

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

border-color css

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

 span { border-color: rgb(159,89,127); }

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