#945979

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

Shades of Strikemaster #945979

Tints of Strikemaster #945979

Color information

#945979 (or 0x945979) is unknown color: approx Strikemaster. HEX triplet: 94, 59 and 79. RGB value is (148,89,121). Sum of RGB (Red+Green+Blue) = 148+89+121=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #945979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945979 is #6BA686. Grayscale: #6E6E6E. Windows color (decimal): -7054983 or 7952788. OLE color: 7952788.

HSL color Cylindrical-coordinate representation of color #945979: hue angle of 327.46º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #945979 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14889121-
CMYK00.400.180.42
HSL327.46º24.89%46.47%-
HSV(B)327.46º39.86%58.04%-
XYZ19.2414.8219.94-
YUV110.29134.05154.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 121 (47.66% from 255) = 33.80%
R=41.34%
G=24.86%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488912100.400.180.42327.4624.8946.47
Hex945979028122A147192e
Octal22413117105022525073156
Binary100101001011001111100101010001001010101010100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945979; }

 p { color: rgb(148,89,121); }

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

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

 a { background-color: rgb(148,89,121); }

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

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

 span { border-color: rgb(148,89,121); }

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