#914D77

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

Shades of Strikemaster #914D77

Tints of Strikemaster #914D77

Color information

#914D77 (or 0x914D77) is unknown color: approx Strikemaster. HEX triplet: 91, 4D and 77. RGB value is (145,77,119). Sum of RGB (Red+Green+Blue) = 145+77+119=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #914D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D77 is #6EB288. Grayscale: #666666. Windows color (decimal): -7254665 or 7818641. OLE color: 7818641.

HSL color Cylindrical-coordinate representation of color #914D77: hue angle of 322.94º 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 #914D77 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB14577119-
CMYK00.470.180.43
HSL322.94º30.63%43.53%-
HSV(B)322.94º46.9%56.86%-
XYZ17.6612.6618.97-
YUV102.12137.53158.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.52%
GREEN value IS 77 (30.47% from 255) = 22.58%
BLUE value IS 119 (46.88% from 255) = 34.90%
R=42.52%
G=22.58%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457711900.470.180.43322.9430.6343.53
Hex914D7702F122B1431f2c
Octal22111516705722535033754
Binary100100011001101111011101011111001010101110100001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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