#946486

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

Shades of Strikemaster #946486

Tints of Strikemaster #946486

Color information

#946486 (or 0x946486) is unknown color: approx Strikemaster. HEX triplet: 94, 64 and 86. RGB value is (148,100,134). Sum of RGB (Red+Green+Blue) = 148+100+134=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #946486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946486 is #6B9B79. Grayscale: #767676. Windows color (decimal): -7052154 or 8807572. OLE color: 8807572.

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

Color convert

RGB148100134-
CMYK00.320.090.42
HSL317.5º19.35%48.63%-
HSV(B)317.5º32.43%58.04%-
XYZ21.0717.1324.75-
YUV118.23136.9149.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.74%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 134 (52.73% from 255) = 35.08%
R=38.74%
G=26.18%
B=35.08%

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
Decimal14810013400.320.090.42317.519.3548.63
Hex94648602092A13e1331
Octal22414420604011524762361
Binary100101001100100100001100100000100110101010011111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946486; }

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

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

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

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

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

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

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

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