#916A81

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

Shades of Strikemaster #916A81

Tints of Strikemaster #916A81

Color information

#916A81 (or 0x916A81) is unknown color: approx Strikemaster. HEX triplet: 91, 6A and 81. RGB value is (145,106,129). Sum of RGB (Red+Green+Blue) = 145+106+129=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #916A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916A81 is #6E957E. Grayscale: #787878. Windows color (decimal): -7247231 or 8481425. OLE color: 8481425.

HSL color Cylindrical-coordinate representation of color #916A81: hue angle of 324.62º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #916A81 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB145106129-
CMYK00.270.110.43
HSL324.62º15.54%49.22%-
HSV(B)324.62º26.9%56.86%-
XYZ20.7917.9123.13-
YUV120.28132.92145.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 106 (41.80% from 255) = 27.89%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=38.16%
G=27.89%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510612900.270.110.43324.6215.5449.22
Hex916A8101BB2B1451031
Octal22115220103313535052061
Binary10010001110101010000001011011101110101110100010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916A81; }

 p { color: rgb(145,106,129); }

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

<style>
 a { background-color: #916A81; }

 a { background-color: rgb(145,106,129); }

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

<style>
 span { border-color: #916A81; }

 span { border-color: rgb(145,106,129); }

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