#9F6B87

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

Shades of Strikemaster #9F6B87

Tints of Strikemaster #9F6B87

Color information

#9F6B87 (or 0x9F6B87) is unknown color: approx Strikemaster. HEX triplet: 9F, 6B and 87. RGB value is (159,107,135). Sum of RGB (Red+Green+Blue) = 159+107+135=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6B87 is #609478. Grayscale: #7D7D7D. Windows color (decimal): -6329465 or 8874911. OLE color: 8874911.

HSL color Cylindrical-coordinate representation of color #9F6B87: hue angle of 327.69º degrees, saturation: 0.21, 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 #9F6B87 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB159107135-
CMYK00.330.150.38
HSL327.69º21.31%52.16%-
HSV(B)327.69º32.7%62.35%-
XYZ23.9319.6425.45-
YUV125.74133.23151.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.65%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 135 (53.12% from 255) = 33.67%
R=39.65%
G=26.68%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910713500.330.150.38327.6921.3152.16
Hex9F6B87021F261481534
Octal23715320704117465102564
Binary100111111101011100001110100001111110011010100100010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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