#915977

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

Shades of Strikemaster #915977

Tints of Strikemaster #915977

Color information

#915977 (or 0x915977) is unknown color: approx Strikemaster. HEX triplet: 91, 59 and 77. RGB value is (145,89,119). Sum of RGB (Red+Green+Blue) = 145+89+119=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #915977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915977 is #6EA688. Grayscale: #6D6D6D. Windows color (decimal): -7251593 or 7821713. OLE color: 7821713.

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

Color convert

RGB14589119-
CMYK00.390.180.43
HSL327.86º23.93%45.88%-
HSV(B)327.86º38.62%56.86%-
XYZ18.5814.519.27-
YUV109.16133.55153.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.08%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=41.08%
G=25.21%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458911900.390.180.43327.8623.9345.88
Hex915977027122B148182e
Octal22113116704722535103056
Binary100100011011001111011101001111001010101110100100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915977; }

 p { color: rgb(145,89,119); }

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

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

 a { background-color: rgb(145,89,119); }

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

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

 span { border-color: rgb(145,89,119); }

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