#947081

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

Shades of Strikemaster #947081

Tints of Strikemaster #947081

Color information

#947081 (or 0x947081) is unknown color: approx Strikemaster. HEX triplet: 94, 70 and 81. RGB value is (148,112,129). Sum of RGB (Red+Green+Blue) = 148+112+129=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #947081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947081 is #6B8F7E. Grayscale: #7C7C7C. Windows color (decimal): -7049087 or 8482964. OLE color: 8482964.

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

Color convert

RGB148112129-
CMYK00.240.130.42
HSL331.67º14.4%50.98%-
HSV(B)331.67º24.32%58.04%-
XYZ21.9719.4723.37-
YUV124.7130.43144.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 129 (50.78% from 255) = 33.16%
R=38.05%
G=28.79%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811212900.240.130.42331.6714.450.98
Hex947081018D2A14ce33
Octal22416020103015525141663
Binary1001010011100001000000101100011011010101010011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947081; }

 p { color: rgb(148,112,129); }

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

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

 a { background-color: rgb(148,112,129); }

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

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

 span { border-color: rgb(148,112,129); }

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