#947087

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

Shades of Strikemaster #947087

Tints of Strikemaster #947087

Color information

#947087 (or 0x947087) is unknown color: approx Strikemaster. HEX triplet: 94, 70 and 87. RGB value is (148,112,135). Sum of RGB (Red+Green+Blue) = 148+112+135=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #947087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947087 is #6B8F78. Grayscale: #7D7D7D. Windows color (decimal): -7049081 or 8876180. OLE color: 8876180.

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

Color convert

RGB148112135-
CMYK00.240.090.42
HSL321.67º14.4%50.98%-
HSV(B)321.67º24.32%58.04%-
XYZ22.3819.6325.53-
YUV125.39133.43144.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 135 (53.12% from 255) = 34.18%
R=37.47%
G=28.35%
B=34.18%

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
Decimal14811213500.240.090.42321.6714.450.98
Hex94708701892A142e33
Octal22416020703011525021663
Binary1001010011100001000011101100010011010101010000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947087; }

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

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

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

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

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

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

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

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