#914D79

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

Shades of Strikemaster #914D79

Tints of Strikemaster #914D79

Color information

#914D79 (or 0x914D79) is unknown color: approx Strikemaster. HEX triplet: 91, 4D and 79. RGB value is (145,77,121). Sum of RGB (Red+Green+Blue) = 145+77+121=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #914D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D79 is #6EB286. Grayscale: #666666. Windows color (decimal): -7254663 or 7949713. OLE color: 7949713.

HSL color Cylindrical-coordinate representation of color #914D79: hue angle of 321.18º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #914D79 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14577121-
CMYK00.470.170.43
HSL321.18º30.63%43.53%-
HSV(B)321.18º46.9%56.86%-
XYZ17.7812.7119.6-
YUV102.35138.53158.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.27%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=42.27%
G=22.45%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457712100.470.170.43321.1830.6343.53
Hex914D7902F112B1411f2c
Octal22111517105721535013754
Binary100100011001101111100101011111000110101110100000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914D79; }

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

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

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

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

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

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

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

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