#915976

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

Shades of Strikemaster #915976

Tints of Strikemaster #915976

Color information

#915976 (or 0x915976) is unknown color: approx Strikemaster. HEX triplet: 91, 59 and 76. RGB value is (145,89,118). Sum of RGB (Red+Green+Blue) = 145+89+118=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #915976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915976 is #6EA689. Grayscale: #6C6C6C. Windows color (decimal): -7251594 or 7756177. OLE color: 7756177.

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

Color convert

RGB14589118-
CMYK00.390.190.43
HSL328.93º23.93%45.88%-
HSV(B)328.93º38.62%56.86%-
XYZ18.5214.4718.96-
YUV109.05133.05153.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.19%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=41.19%
G=25.28%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458911800.390.190.43328.9323.9345.88
Hex915976027132B149182e
Octal22113116604723535113056
Binary100100011011001111011001001111001110101110100100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915976; }

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

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

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

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

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

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

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

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