#946481

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

Shades of Strikemaster #946481

Tints of Strikemaster #946481

Color information

#946481 (or 0x946481) is unknown color: approx Strikemaster. HEX triplet: 94, 64 and 81. RGB value is (148,100,129). Sum of RGB (Red+Green+Blue) = 148+100+129=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #946481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946481 is #6B9B7E. Grayscale: #757575. Windows color (decimal): -7052159 or 8479892. OLE color: 8479892.

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

Color convert

RGB148100129-
CMYK00.320.130.42
HSL323.75º19.35%48.63%-
HSV(B)323.75º32.43%58.04%-
XYZ20.731722.96-
YUV117.66134.4149.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=39.26%
G=26.53%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810012900.320.130.42323.7519.3548.63
Hex946481020D2A1441331
Octal22414420104015525042361
Binary100101001100100100000010100000110110101010100010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946481; }

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

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

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

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

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

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

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

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