#9F6B84

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

Shades of Strikemaster #9F6B84

Tints of Strikemaster #9F6B84

Color information

#9F6B84 (or 0x9F6B84) is unknown color: approx Strikemaster. HEX triplet: 9F, 6B and 84. RGB value is (159,107,132). Sum of RGB (Red+Green+Blue) = 159+107+132=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6B84 is #60947B. Grayscale: #7D7D7D. Windows color (decimal): -6329468 or 8678303. OLE color: 8678303.

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

Color convert

RGB159107132-
CMYK00.330.170.38
HSL331.15º21.31%52.16%-
HSV(B)331.15º32.7%62.35%-
XYZ23.7219.5524.35-
YUV125.4131.73151.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.95%
GREEN value IS 107 (42.19% from 255) = 26.88%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=39.95%
G=26.88%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910713200.330.170.38331.1521.3152.16
Hex9F6B84021112614b1534
Octal23715320404121465132564
Binary1001111111010111000010001000011000110011010100101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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