#924779

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

Shades of Strikemaster #924779

Tints of Strikemaster #924779

Color information

#924779 (or 0x924779) is unknown color: approx Strikemaster. HEX triplet: 92, 47 and 79. RGB value is (146,71,121). Sum of RGB (Red+Green+Blue) = 146+71+121=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #924779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924779 is #6DB886. Grayscale: #636363. Windows color (decimal): -7190663 or 7948178. OLE color: 7948178.

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

Color convert

RGB14671121-
CMYK00.510.170.43
HSL320º34.56%42.55%-
HSV(B)320º51.37%57.25%-
XYZ17.561219.48-
YUV99.12140.35161.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.20%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 121 (47.66% from 255) = 35.80%
R=43.20%
G=21.01%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467112100.510.170.4332034.5642.55
Hex924779033112B140232b
Octal22210717106321535004353
Binary1001001010001111111001011001110001101011101000000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924779; }

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

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

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

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

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

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

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

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