#934F79

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

Shades of Strikemaster #934F79

Tints of Strikemaster #934F79

Color information

#934F79 (or 0x934F79) is unknown color: approx Strikemaster. HEX triplet: 93, 4F and 79. RGB value is (147,79,121). Sum of RGB (Red+Green+Blue) = 147+79+121=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #934F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934F79 is #6CB086. Grayscale: #686868. Windows color (decimal): -7123079 or 7950227. OLE color: 7950227.

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

Color convert

RGB14779121-
CMYK00.460.180.42
HSL322.94º30.09%44.31%-
HSV(B)322.94º46.26%57.65%-
XYZ18.2813.1819.67-
YUV104.12137.53158.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.36%
GREEN value IS 79 (31.25% from 255) = 22.77%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=42.36%
G=22.77%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477912100.460.180.42322.9430.0944.31
Hex934F7902E122A1431e2c
Octal22311717105622525033654
Binary100100111001111111100101011101001010101010100001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934F79; }

 p { color: rgb(147,79,121); }

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

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

 a { background-color: rgb(147,79,121); }

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

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

 span { border-color: rgb(147,79,121); }

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