#934A78

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

Shades of Strikemaster #934A78

Tints of Strikemaster #934A78

Color information

#934A78 (or 0x934A78) is unknown color: approx Strikemaster. HEX triplet: 93, 4A and 78. RGB value is (147,74,120). Sum of RGB (Red+Green+Blue) = 147+74+120=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #934A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934A78 is #6CB587. Grayscale: #646464. Windows color (decimal): -7124360 or 7883411. OLE color: 7883411.

HSL color Cylindrical-coordinate representation of color #934A78: hue angle of 322.19º degrees, saturation: 0.33, 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 #934A78 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14774120-
CMYK00.500.180.42
HSL322.19º33.03%43.33%-
HSV(B)322.19º49.66%57.65%-
XYZ17.8712.4619.23-
YUV101.07138.68160.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=43.11%
G=21.70%
B=35.19%

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
Decimal1477412000.500.180.42322.1933.0343.33
Hex934A78032122A142212b
Octal22311217006222525024153
Binary1001001110010101111000011001010010101010101000010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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