#934E80

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

Shades of Strikemaster #934E80

Tints of Strikemaster #934E80

Color information

#934E80 (or 0x934E80) is unknown color: approx Strikemaster. HEX triplet: 93, 4E and 80. RGB value is (147,78,128). Sum of RGB (Red+Green+Blue) = 147+78+128=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #934E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934E80 is #6CB17F. Grayscale: #686868. Windows color (decimal): -7123328 or 8408723. OLE color: 8408723.

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

Color convert

RGB14778128-
CMYK00.470.130.42
HSL316.52º30.67%44.12%-
HSV(B)316.52º46.94%57.65%-
XYZ18.6513.2121.99-
YUV104.33141.36158.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.64%
GREEN value IS 78 (30.86% from 255) = 22.10%
BLUE value IS 128 (50.39% from 255) = 36.26%
R=41.64%
G=22.10%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477812800.470.130.42316.5230.6744.12
Hex934E8002FD2A13d1f2c
Octal22311620005715524753754
Binary100100111001110100000000101111110110101010011110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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