#9F7286

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

Shades of Strikemaster #9F7286

Tints of Strikemaster #9F7286

Color information

#9F7286 (or 0x9F7286) is unknown color: approx Strikemaster. HEX triplet: 9F, 72 and 86. RGB value is (159,114,134). Sum of RGB (Red+Green+Blue) = 159+114+134=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7286 is #608D79. Grayscale: #818181. Windows color (decimal): -6327674 or 8811167. OLE color: 8811167.

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

Color convert

RGB159114134-
CMYK00.280.160.38
HSL333.33º18.99%53.53%-
HSV(B)333.33º28.3%62.35%-
XYZ24.6221.1325.33-
YUV129.73130.41148.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.07%
GREEN value IS 114 (44.92% from 255) = 28.01%
BLUE value IS 134 (52.73% from 255) = 32.92%
R=39.07%
G=28.01%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911413400.280.160.38333.3318.9953.53
Hex9F728601C102614d1336
Octal23716220603420465152366
Binary100111111110010100001100111001000010011010100110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,114,134); }

 H1.HeaderClassName
 {
   color: #9F7286;
 }
 .AnyTagClassName
 {
   color: #9F7286;
 }
</style>
background-color css

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

 a { background-color: rgb(159,114,134); }

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

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

 span { border-color: rgb(159,114,134); }

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