#904D7D

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

Shades of Strikemaster #904D7D

Tints of Strikemaster #904D7D

Color information

#904D7D (or 0x904D7D) is unknown color: approx Strikemaster. HEX triplet: 90, 4D and 7D. RGB value is (144,77,125). Sum of RGB (Red+Green+Blue) = 144+77+125=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #904D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904D7D is #6FB282. Grayscale: #666666. Windows color (decimal): -7320195 or 8211856. OLE color: 8211856.

HSL color Cylindrical-coordinate representation of color #904D7D: hue angle of 317.01º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #904D7D is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB14477125-
CMYK00.470.130.44
HSL317.01º30.32%43.33%-
HSV(B)317.01º46.53%56.47%-
XYZ17.8612.7220.92-
YUV102.5140.7157.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.62%
GREEN value IS 77 (30.47% from 255) = 22.25%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=41.62%
G=22.25%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447712500.470.130.44317.0130.3243.33
Hex904D7D02FD2C13d1e2b
Octal22011517505715544753653
Binary10010000100110111111010101111110110110010011110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904D7D; }

 p { color: rgb(144,77,125); }

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

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

 a { background-color: rgb(144,77,125); }

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

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

 span { border-color: rgb(144,77,125); }

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