#9F6A86

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

Shades of Strikemaster #9F6A86

Tints of Strikemaster #9F6A86

Color information

#9F6A86 (or 0x9F6A86) is unknown color: approx Strikemaster. HEX triplet: 9F, 6A and 86. RGB value is (159,106,134). Sum of RGB (Red+Green+Blue) = 159+106+134=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6A86 is #609579. Grayscale: #7C7C7C. Windows color (decimal): -6329722 or 8809119. OLE color: 8809119.

HSL color Cylindrical-coordinate representation of color #9F6A86: hue angle of 328.3º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F6A86 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB159106134-
CMYK00.330.160.38
HSL328.3º21.63%51.96%-
HSV(B)328.3º33.33%62.35%-
XYZ23.7619.425.05-
YUV125.04133.06152.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.85%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 134 (52.73% from 255) = 33.58%
R=39.85%
G=26.57%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910613400.330.160.38328.321.6351.96
Hex9F6A8602110261481634
Octal23715220604120465102664
Binary1001111111010101000011001000011000010011010100100010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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