#946586

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

Shades of Strikemaster #946586

Tints of Strikemaster #946586

Color information

#946586 (or 0x946586) is unknown color: approx Strikemaster. HEX triplet: 94, 65 and 86. RGB value is (148,101,134). Sum of RGB (Red+Green+Blue) = 148+101+134=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 148 - color contains mainly: red. Hex color #946586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946586 is #6B9A79. Grayscale: #767676. Windows color (decimal): -7051898 or 8807828. OLE color: 8807828.

HSL color Cylindrical-coordinate representation of color #946586: hue angle of 317.87º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946586 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB148101134-
CMYK00.320.090.42
HSL317.87º18.88%48.82%-
HSV(B)317.87º31.76%58.04%-
XYZ21.1717.3224.78-
YUV118.81136.57148.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 134 (52.73% from 255) = 34.99%
R=38.64%
G=26.37%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810113400.320.090.42317.8718.8848.82
Hex94658602092A13e1331
Octal22414520604011524762361
Binary100101001100101100001100100000100110101010011111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946586; }

 p { color: rgb(148,101,134); }

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

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

 a { background-color: rgb(148,101,134); }

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

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

 span { border-color: rgb(148,101,134); }

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