#916587

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

Shades of Strikemaster #916587

Tints of Strikemaster #916587

Color information

#916587 (or 0x916587) is unknown color: approx Strikemaster. HEX triplet: 91, 65 and 87. RGB value is (145,101,135). Sum of RGB (Red+Green+Blue) = 145+101+135=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #916587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916587 is #6E9A78. Grayscale: #757575. Windows color (decimal): -7248505 or 8873361. OLE color: 8873361.

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

Color convert

RGB145101135-
CMYK00.300.070.43
HSL313.64º17.89%48.24%-
HSV(B)313.64º30.34%56.86%-
XYZ20.717.0825.13-
YUV118.03137.58147.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.06%
GREEN value IS 101 (39.84% from 255) = 26.51%
BLUE value IS 135 (53.12% from 255) = 35.43%
R=38.06%
G=26.51%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510113500.300.070.43313.6417.8948.24
Hex91658701E72B13a1230
Octal2211452070367534722260
Binary1001000111001011000011101111011110101110011101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916587; }

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

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

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

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

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

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

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

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