Html Css Color HEX #9F7387 Strikemaster

📋 copy color: '#9F7387'

red 159 ◦ green 115 ◦ blue 135

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

Shades of Strikemaster #9F7387

Tints of Strikemaster #9F7387

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.12%

 BLUE value IS 135 (53.13% from 255) = 33.01%

R = 38.88%
G = 28.12%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9F7387 (or 0x9F7387) is known color: Strikemaster. HEX triplet: 9F, 73 and 87. RGB value is (159,115,135). Sum of RGB (Red+Green+Blue) = 159+115+135=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7387 is #608C78. Grayscale: #828282. Windows color (decimal): -6327417 or 8876959. OLE color: 8876959.

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

Color convert

RGB 159 115 135 -
CMYK 0 0.28 0.15 0.38
HSL 332.73º 0.19% 0.54% -
HSV(B) 332.73º 0.28% 0.62% -
XYZ 24.8 21.38 25.74 -
YUV 130.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 159 115 135 0 0.28 0.15 0.38 332.73 0.19 0.54
Hex 9F 73 87 0 1C F 26 14D 13 36
Octal 237 163 207 0 34 17 46 515 23 66
Binary 10011111 1110011 10000111 0 11100 1111 100110 101001101 10011 110110

Color Harmonies of #9F7387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7387

Black with #9F7387

Text Example


Text Example

White with #9F7387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,115,135); }

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

background-color css

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

 a { background-color: rgb(159,115,135); }

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

border-color css

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

 span { border-color: rgb(159,115,135); }

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