#9F7285

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

Shades of Strikemaster #9F7285

Tints of Strikemaster #9F7285

Color information

#9F7285 (or 0x9F7285) is unknown color: approx Strikemaster. HEX triplet: 9F, 72 and 85. RGB value is (159,114,133). Sum of RGB (Red+Green+Blue) = 159+114+133=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7285 is #608D7A. Grayscale: #818181. Windows color (decimal): -6327675 or 8745631. OLE color: 8745631.

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

Color convert

RGB159114133-
CMYK00.280.160.38
HSL334.67º18.99%53.53%-
HSV(B)334.67º28.3%62.35%-
XYZ24.5521.124.97-
YUV129.62129.91148.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.16%
GREEN value IS 114 (44.92% from 255) = 28.08%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=39.16%
G=28.08%
B=32.76%

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
Decimal15911413300.280.160.38334.6718.9953.53
Hex9F728501C102614f1336
Octal23716220503420465172366
Binary100111111110010100001010111001000010011010100111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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