#914D7B

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

Shades of Strikemaster #914D7B

Tints of Strikemaster #914D7B

Color information

#914D7B (or 0x914D7B) is unknown color: approx Strikemaster. HEX triplet: 91, 4D and 7B. RGB value is (145,77,123). Sum of RGB (Red+Green+Blue) = 145+77+123=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #914D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D7B is #6EB284. Grayscale: #666666. Windows color (decimal): -7254661 or 8080785. OLE color: 8080785.

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

Color convert

RGB14577123-
CMYK00.470.150.43
HSL319.41º30.63%43.53%-
HSV(B)319.41º46.9%56.86%-
XYZ17.9112.7620.26-
YUV102.58139.53158.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 77 (30.47% from 255) = 22.32%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=42.03%
G=22.32%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457712300.470.150.43319.4130.6343.53
Hex914D7B02FF2B13f1f2c
Octal22111517305717534773754
Binary10010001100110111110110101111111110101110011111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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