#916486

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

Shades of Strikemaster #916486

Tints of Strikemaster #916486

Color information

#916486 (or 0x916486) is unknown color: approx Strikemaster. HEX triplet: 91, 64 and 86. RGB value is (145,100,134). Sum of RGB (Red+Green+Blue) = 145+100+134=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #916486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916486 is #6E9B79. Grayscale: #757575. Windows color (decimal): -7248762 or 8807569. OLE color: 8807569.

HSL color Cylindrical-coordinate representation of color #916486: hue angle of 314.67º 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 #916486 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB145100134-
CMYK00.310.080.43
HSL314.67º18.37%48.04%-
HSV(B)314.67º31.03%56.86%-
XYZ20.5416.8624.73-
YUV117.33137.41147.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 100 (39.45% from 255) = 26.39%
BLUE value IS 134 (52.73% from 255) = 35.36%
R=38.26%
G=26.39%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510013400.310.080.43314.6718.3748.04
Hex91648601F82B13b1230
Octal22114420603710534732260
Binary10010001110010010000110011111100010101110011101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916486; }

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

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

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

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

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

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

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

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