#947285

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

Shades of Strikemaster #947285

Tints of Strikemaster #947285

Color information

#947285 (or 0x947285) is unknown color: approx Strikemaster. HEX triplet: 94, 72 and 85. RGB value is (148,114,133). Sum of RGB (Red+Green+Blue) = 148+114+133=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #947285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947285 is #6B8D7A. Grayscale: #7E7E7E. Windows color (decimal): -7048571 or 8745620. OLE color: 8745620.

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

Color convert

RGB148114133-
CMYK00.230.100.42
HSL326.47º13.71%51.37%-
HSV(B)326.47º22.97%58.04%-
XYZ22.4620.0224.87-
YUV126.33131.76143.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=37.47%
G=28.86%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811413300.230.100.42326.4713.7151.37
Hex947285017A2A146e33
Octal22416220502712525061663
Binary1001010011100101000010101011110101010101010001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947285; }

 p { color: rgb(148,114,133); }

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

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

 a { background-color: rgb(148,114,133); }

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

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

 span { border-color: rgb(148,114,133); }

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