#947184

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

Shades of Strikemaster #947184

Tints of Strikemaster #947184

Color information

#947184 (or 0x947184) is unknown color: approx Strikemaster. HEX triplet: 94, 71 and 84. RGB value is (148,113,132). Sum of RGB (Red+Green+Blue) = 148+113+132=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #947184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947184 is #6B8E7B. Grayscale: #7D7D7D. Windows color (decimal): -7048828 or 8679828. OLE color: 8679828.

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

Color convert

RGB148113132-
CMYK00.240.110.42
HSL327.43º14.06%51.18%-
HSV(B)327.43º23.65%58.04%-
XYZ22.2819.7724.47-
YUV125.63131.6143.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 132 (51.95% from 255) = 33.59%
R=37.66%
G=28.75%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811313200.240.110.42327.4314.0651.18
Hex947184018B2A147e33
Octal22416120403013525071663
Binary1001010011100011000010001100010111010101010001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947184; }

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

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

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

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

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

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

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

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