#914979

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

Shades of Strikemaster #914979

Tints of Strikemaster #914979

Color information

#914979 (or 0x914979) is unknown color: approx Strikemaster. HEX triplet: 91, 49 and 79. RGB value is (145,73,121). Sum of RGB (Red+Green+Blue) = 145+73+121=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #914979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914979 is #6EB686. Grayscale: #636363. Windows color (decimal): -7255687 or 7948689. OLE color: 7948689.

HSL color Cylindrical-coordinate representation of color #914979: hue angle of 320º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #914979 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14573121-
CMYK00.500.170.43
HSL320º33.03%42.75%-
HSV(B)320º49.66%56.86%-
XYZ17.5112.1719.51-
YUV100139.85160.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=42.77%
G=21.53%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457312100.500.170.4332033.0342.75
Hex914979032112B140212b
Octal22111117106221535004153
Binary1001000110010011111001011001010001101011101000000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914979; }

 p { color: rgb(145,73,121); }

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

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

 a { background-color: rgb(145,73,121); }

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

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

 span { border-color: rgb(145,73,121); }

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