#934978

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

Shades of Strikemaster #934978

Tints of Strikemaster #934978

Color information

#934978 (or 0x934978) is unknown color: approx Strikemaster. HEX triplet: 93, 49 and 78. RGB value is (147,73,120). Sum of RGB (Red+Green+Blue) = 147+73+120=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #934978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934978 is #6CB687. Grayscale: #646464. Windows color (decimal): -7124616 or 7883155. OLE color: 7883155.

HSL color Cylindrical-coordinate representation of color #934978: hue angle of 321.89º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #934978 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14773120-
CMYK00.500.180.42
HSL321.89º33.64%43.14%-
HSV(B)321.89º50.34%57.65%-
XYZ17.8112.3219.21-
YUV100.48139.02161.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=43.24%
G=21.47%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477312000.500.180.42321.8933.6443.14
Hex934978032122A142222b
Octal22311117006222525024253
Binary1001001110010011111000011001010010101010101000010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934978; }

 p { color: rgb(147,73,120); }

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

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

 a { background-color: rgb(147,73,120); }

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

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

 span { border-color: rgb(147,73,120); }

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