#947180

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

Shades of Strikemaster #947180

Tints of Strikemaster #947180

Color information

#947180 (or 0x947180) is unknown color: approx Strikemaster. HEX triplet: 94, 71 and 80. RGB value is (148,113,128). Sum of RGB (Red+Green+Blue) = 148+113+128=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #947180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947180 is #6B8E7F. Grayscale: #7D7D7D. Windows color (decimal): -7048832 or 8417684. OLE color: 8417684.

HSL color Cylindrical-coordinate representation of color #947180: hue angle of 334.29º 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 #947180 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148113128-
CMYK00.240.140.42
HSL334.29º14.06%51.18%-
HSV(B)334.29º23.65%58.04%-
XYZ22.0119.6623.06-
YUV125.18129.6144.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 128 (50.39% from 255) = 32.90%
R=38.05%
G=29.05%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811312800.240.140.42334.2914.0651.18
Hex947180018E2A14ee33
Octal22416120003016525161663
Binary1001010011100011000000001100011101010101010011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947180; }

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

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

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

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

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

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

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

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