#946382

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

Shades of Strikemaster #946382

Tints of Strikemaster #946382

Color information

#946382 (or 0x946382) is unknown color: approx Strikemaster. HEX triplet: 94, 63 and 82. RGB value is (148,99,130). Sum of RGB (Red+Green+Blue) = 148+99+130=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #946382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946382 is #6B9C7D. Grayscale: #757575. Windows color (decimal): -7052414 or 8545172. OLE color: 8545172.

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

Color convert

RGB14899130-
CMYK00.330.120.42
HSL322.04º19.84%48.43%-
HSV(B)322.04º33.11%58.04%-
XYZ20.716.8323.28-
YUV117.18135.23149.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 130 (51.17% from 255) = 34.48%
R=39.26%
G=26.26%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489913000.330.120.42322.0419.8448.43
Hex946382021C2A1421430
Octal22414320204114525022460
Binary100101001100011100000100100001110010101010100001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946382; }

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

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

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

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

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

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

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

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