#946484

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

Shades of Strikemaster #946484

Tints of Strikemaster #946484

Color information

#946484 (or 0x946484) is unknown color: approx Strikemaster. HEX triplet: 94, 64 and 84. RGB value is (148,100,132). Sum of RGB (Red+Green+Blue) = 148+100+132=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #946484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946484 is #6B9B7B. Grayscale: #757575. Windows color (decimal): -7052156 or 8676500. OLE color: 8676500.

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

Color convert

RGB148100132-
CMYK00.320.110.42
HSL320º19.35%48.63%-
HSV(B)320º32.43%58.04%-
XYZ20.9317.0824.02-
YUV118135.9149.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 132 (51.95% from 255) = 34.74%
R=38.95%
G=26.32%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810013200.320.110.4232019.3548.63
Hex946484020B2A1401331
Octal22414420404013525002361
Binary100101001100100100001000100000101110101010100000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946484; }

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

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

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

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

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

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

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

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