#946587

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

Shades of Strikemaster #946587

Tints of Strikemaster #946587

Color information

#946587 (or 0x946587) is unknown color: approx Strikemaster. HEX triplet: 94, 65 and 87. RGB value is (148,101,135). Sum of RGB (Red+Green+Blue) = 148+101+135=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #946587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946587 is #6B9A78. Grayscale: #767676. Windows color (decimal): -7051897 or 8873364. OLE color: 8873364.

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

Color convert

RGB148101135-
CMYK00.320.090.42
HSL316.6º18.88%48.82%-
HSV(B)316.6º31.76%58.04%-
XYZ21.2417.3525.15-
YUV118.93137.07148.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.54%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=38.54%
G=26.30%
B=35.16%

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
Decimal14810113500.320.090.42316.618.8848.82
Hex94658702092A13d1331
Octal22414520704011524752361
Binary100101001100101100001110100000100110101010011110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946587; }

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

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

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

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

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

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

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

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