#9F7387

Color #9F7387 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #9F7387

Tints of Strikemaster #9F7387

Color information

#9F7387 (or 0x9F7387) is unknown color: approx 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

RGB159115135-
CMYK00.280.150.38
HSL332.73º18.64%53.73%-
HSV(B)332.73º27.67%62.35%-
XYZ24.821.3825.74-
YUV130.44130.58148.37-

RGB Variations

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

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.12% from 255) = 33.01%
R=38.88%
G=28.12%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911513500.280.150.38332.7318.6453.73
Hex9F738701CF2614d1336
Octal23716320703417465152366
Binary10011111111001110000111011100111110011010100110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>