#916987

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

Shades of Strikemaster #916987

Tints of Strikemaster #916987

Color information

#916987 (or 0x916987) is unknown color: approx Strikemaster. HEX triplet: 91, 69 and 87. RGB value is (145,105,135). Sum of RGB (Red+Green+Blue) = 145+105+135=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #916987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916987 is #6E9678. Grayscale: #787878. Windows color (decimal): -7247481 or 8874385. OLE color: 8874385.

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

Color convert

RGB145105135-
CMYK00.280.070.43
HSL315º16%49.02%-
HSV(B)315º27.59%56.86%-
XYZ21.117.8725.26-
YUV120.38136.25145.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.66%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 135 (53.12% from 255) = 35.06%
R=37.66%
G=27.27%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510513500.280.070.433151649.02
Hex91698701C72B13b1031
Octal2211512070347534732061
Binary1001000111010011000011101110011110101110011101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916987; }

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

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

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

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

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

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

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

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