#934F80

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

Shades of Strikemaster #934F80

Tints of Strikemaster #934F80

Color information

#934F80 (or 0x934F80) is unknown color: approx Strikemaster. HEX triplet: 93, 4F and 80. RGB value is (147,79,128). Sum of RGB (Red+Green+Blue) = 147+79+128=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #934F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934F80 is #6CB07F. Grayscale: #686868. Windows color (decimal): -7123072 or 8408979. OLE color: 8408979.

HSL color Cylindrical-coordinate representation of color #934F80: hue angle of 316.76º 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 #934F80 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14779128-
CMYK00.460.130.42
HSL316.76º30.09%44.31%-
HSV(B)316.76º46.26%57.65%-
XYZ18.7213.3522.01-
YUV104.92141.03158.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.53%
GREEN value IS 79 (31.25% from 255) = 22.32%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=41.53%
G=22.32%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477912800.460.130.42316.7630.0944.31
Hex934F8002ED2A13d1e2c
Octal22311720005615524753654
Binary100100111001111100000000101110110110101010011110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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