Html Css Color HEX #9F597B Strikemaster

📋 copy color: '#9F597B'

red 159 ◦ green 89 ◦ blue 123

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

Shades of Strikemaster #9F597B

Tints of Strikemaster #9F597B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 42.86%
G = 23.99%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F597B (or 0x9F597B) is known color: Strikemaster. HEX triplet: 9F, 59 and 7B. RGB value is (159,89,123). Sum of RGB (Red+Green+Blue) = 159+89+123=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F597B is #60A684. Grayscale: #717171. Windows color (decimal): -6334085 or 8083871. OLE color: 8083871.

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

Color convert

RGB 159 89 123 -
CMYK 0 0.44 0.23 0.38
HSL 330.86º 0.28% 0.49% -
HSV(B) 330.86º 0.44% 0.62% -
XYZ 21.45 15.95 20.69 -
YUV 113.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 159 89 123 0 0.44 0.23 0.38 330.86 0.28 0.49
Hex 9F 59 7B 0 2C 17 26 14B 1C 31
Octal 237 131 173 0 54 27 46 513 34 61
Binary 10011111 1011001 1111011 0 101100 10111 100110 101001011 11100 110001

Color Harmonies of #9F597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F597B

Black with #9F597B

Text Example


Text Example

White with #9F597B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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