#946381

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

Shades of Strikemaster #946381

Tints of Strikemaster #946381

Color information

#946381 (or 0x946381) is unknown color: approx Strikemaster. HEX triplet: 94, 63 and 81. RGB value is (148,99,129). Sum of RGB (Red+Green+Blue) = 148+99+129=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #946381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946381 is #6B9C7E. Grayscale: #757575. Windows color (decimal): -7052415 or 8479636. OLE color: 8479636.

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

Color convert

RGB14899129-
CMYK00.330.130.42
HSL323.27º19.84%48.43%-
HSV(B)323.27º33.11%58.04%-
XYZ20.6416.822.92-
YUV117.07134.73150.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 129 (50.78% from 255) = 34.31%
R=39.36%
G=26.33%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489912900.330.130.42323.2719.8448.43
Hex946381021D2A1431430
Octal22414320104115525032460
Binary100101001100011100000010100001110110101010100001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946381; }

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

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

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

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

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

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

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

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