#924A79

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

Shades of Strikemaster #924A79

Tints of Strikemaster #924A79

Color information

#924A79 (or 0x924A79) is unknown color: approx Strikemaster. HEX triplet: 92, 4A and 79. RGB value is (146,74,121). Sum of RGB (Red+Green+Blue) = 146+74+121=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #924A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924A79 is #6DB586. Grayscale: #646464. Windows color (decimal): -7189895 or 7948946. OLE color: 7948946.

HSL color Cylindrical-coordinate representation of color #924A79: hue angle of 320.83º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #924A79 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14674121-
CMYK00.490.170.43
HSL320.83º32.73%43.14%-
HSV(B)320.83º49.32%57.25%-
XYZ17.7512.3919.54-
YUV100.89139.35160.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.82%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=42.82%
G=21.70%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467412100.490.170.43320.8332.7343.14
Hex924A79031112B141212b
Octal22211217106121535014153
Binary1001001010010101111001011000110001101011101000001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,74,121); }

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

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

 a { background-color: rgb(146,74,121); }

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

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

 span { border-color: rgb(146,74,121); }

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