#935177

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

Shades of Strikemaster #935177

Tints of Strikemaster #935177

Color information

#935177 (or 0x935177) is unknown color: approx Strikemaster. HEX triplet: 93, 51 and 77. RGB value is (147,81,119). Sum of RGB (Red+Green+Blue) = 147+81+119=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #935177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935177 is #6CAE88. Grayscale: #686868. Windows color (decimal): -7122569 or 7819667. OLE color: 7819667.

HSL color Cylindrical-coordinate representation of color #935177: hue angle of 325.45º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #935177 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14781119-
CMYK00.450.190.42
HSL325.45º28.95%44.71%-
HSV(B)325.45º44.9%57.65%-
XYZ18.313.4219.08-
YUV105.07135.87157.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.36%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=42.36%
G=23.34%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478111900.450.190.42325.4528.9544.71
Hex93517702D132A1451d2d
Octal22312116705523525053555
Binary100100111010001111011101011011001110101010100010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935177; }

 p { color: rgb(147,81,119); }

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

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

 a { background-color: rgb(147,81,119); }

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

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

 span { border-color: rgb(147,81,119); }

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