#924D7D

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

Shades of Strikemaster #924D7D

Tints of Strikemaster #924D7D

Color information

#924D7D (or 0x924D7D) is unknown color: approx Strikemaster. HEX triplet: 92, 4D and 7D. RGB value is (146,77,125). Sum of RGB (Red+Green+Blue) = 146+77+125=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #924D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924D7D is #6DB282. Grayscale: #666666. Windows color (decimal): -7189123 or 8211858. OLE color: 8211858.

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

Color convert

RGB14677125-
CMYK00.470.140.43
HSL318.26º30.94%43.73%-
HSV(B)318.26º47.26%57.25%-
XYZ18.2112.920.93-
YUV103.1140.36158.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 77 (30.47% from 255) = 22.13%
BLUE value IS 125 (49.22% from 255) = 35.92%
R=41.95%
G=22.13%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467712500.470.140.43318.2630.9443.73
Hex924D7D02FE2B13e1f2c
Octal22211517505716534763754
Binary10010010100110111111010101111111010101110011111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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