#946480

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

Shades of Strikemaster #946480

Tints of Strikemaster #946480

Color information

#946480 (or 0x946480) is unknown color: approx Strikemaster. HEX triplet: 94, 64 and 80. RGB value is (148,100,128). Sum of RGB (Red+Green+Blue) = 148+100+128=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #946480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946480 is #6B9B7F. Grayscale: #757575. Windows color (decimal): -7052160 or 8414356. OLE color: 8414356.

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

Color convert

RGB148100128-
CMYK00.320.140.42
HSL325º19.35%48.63%-
HSV(B)325º32.43%58.04%-
XYZ20.6716.9722.61-
YUV117.54133.9149.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=39.36%
G=26.60%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810012800.320.140.4232519.3548.63
Hex946480020E2A1451331
Octal22414420004016525052361
Binary100101001100100100000000100000111010101010100010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946480; }

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

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

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

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

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

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

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

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