#916481

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

Shades of Strikemaster #916481

Tints of Strikemaster #916481

Color information

#916481 (or 0x916481) is unknown color: approx Strikemaster. HEX triplet: 91, 64 and 81. RGB value is (145,100,129). Sum of RGB (Red+Green+Blue) = 145+100+129=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #916481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916481 is #6E9B7E. Grayscale: #747474. Windows color (decimal): -7248767 or 8479889. OLE color: 8479889.

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

Color convert

RGB145100129-
CMYK00.310.110.43
HSL321.33º18.37%48.04%-
HSV(B)321.33º31.03%56.86%-
XYZ20.216.7222.93-
YUV116.76134.91148.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.77%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 129 (50.78% from 255) = 34.49%
R=38.77%
G=26.74%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510012900.310.110.43321.3318.3748.04
Hex91648101FB2B1411230
Octal22114420103713535012260
Binary10010001110010010000001011111101110101110100000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916481; }

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

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

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

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

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

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

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

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