#916581

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

Shades of Strikemaster #916581

Tints of Strikemaster #916581

Color information

#916581 (or 0x916581) is unknown color: approx Strikemaster. HEX triplet: 91, 65 and 81. RGB value is (145,101,129). Sum of RGB (Red+Green+Blue) = 145+101+129=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #916581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916581 is #6E9A7E. Grayscale: #757575. Windows color (decimal): -7248511 or 8480145. OLE color: 8480145.

HSL color Cylindrical-coordinate representation of color #916581: hue angle of 321.82º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916581 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB145101129-
CMYK00.300.110.43
HSL321.82º17.89%48.24%-
HSV(B)321.82º30.34%56.86%-
XYZ20.2916.9122.96-
YUV117.35134.58147.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 129 (50.78% from 255) = 34.4%
R=38.67%
G=26.93%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510112900.300.110.43321.8217.8948.24
Hex91658101EB2B1421230
Octal22114520103613535022260
Binary10010001110010110000001011110101110101110100001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916581; }

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

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

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

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

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

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

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

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