#936178

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

Shades of Strikemaster #936178

Tints of Strikemaster #936178

Color information

#936178 (or 0x936178) is unknown color: approx Strikemaster. HEX triplet: 93, 61 and 78. RGB value is (147,97,120). Sum of RGB (Red+Green+Blue) = 147+97+120=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 147 - color contains mainly: red. Hex color #936178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936178 is #6C9E87. Grayscale: #727272. Windows color (decimal): -7118472 or 7889299. OLE color: 7889299.

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

Color convert

RGB14797120-
CMYK00.340.180.42
HSL332.4º20.49%47.84%-
HSV(B)332.4º34.01%57.65%-
XYZ19.716.1119.84-
YUV114.57131.06151.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.38%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 120 (47.27% from 255) = 32.97%
R=40.38%
G=26.65%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479712000.340.180.42332.420.4947.84
Hex936178022122A14c1430
Octal22314117004222525142460
Binary100100111100001111100001000101001010101010100110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936178; }

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

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

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

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

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

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

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

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