#946280

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

Shades of Strikemaster #946280

Tints of Strikemaster #946280

Color information

#946280 (or 0x946280) is unknown color: approx Strikemaster. HEX triplet: 94, 62 and 80. RGB value is (148,98,128). Sum of RGB (Red+Green+Blue) = 148+98+128=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #946280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946280 is #6B9D7F. Grayscale: #747474. Windows color (decimal): -7052672 or 8413844. OLE color: 8413844.

HSL color Cylindrical-coordinate representation of color #946280: hue angle of 324º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946280 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14898128-
CMYK00.340.140.42
HSL324º20.33%48.24%-
HSV(B)324º33.78%58.04%-
XYZ20.4816.5922.54-
YUV116.37134.56150.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 128 (50.39% from 255) = 34.22%
R=39.57%
G=26.20%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489812800.340.140.4232420.3348.24
Hex946280022E2A1441430
Octal22414220004216525042460
Binary100101001100010100000000100010111010101010100010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946280; }

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

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

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

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

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

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

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

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