#947186

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

Shades of Strikemaster #947186

Tints of Strikemaster #947186

Color information

#947186 (or 0x947186) is unknown color: approx Strikemaster. HEX triplet: 94, 71 and 86. RGB value is (148,113,134). Sum of RGB (Red+Green+Blue) = 148+113+134=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #947186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947186 is #6B8E79. Grayscale: #7D7D7D. Windows color (decimal): -7048826 or 8810900. OLE color: 8810900.

HSL color Cylindrical-coordinate representation of color #947186: hue angle of 324º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #947186 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB148113134-
CMYK00.240.090.42
HSL324º14.06%51.18%-
HSV(B)324º23.65%58.04%-
XYZ22.4219.8325.2-
YUV125.86132.6143.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 134 (52.73% from 255) = 33.92%
R=37.47%
G=28.61%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811313400.240.090.4232414.0651.18
Hex94718601892A144e33
Octal22416120603011525041663
Binary1001010011100011000011001100010011010101010001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947186; }

 p { color: rgb(148,113,134); }

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

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

 a { background-color: rgb(148,113,134); }

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

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

 span { border-color: rgb(148,113,134); }

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