#946385

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

Shades of Strikemaster #946385

Tints of Strikemaster #946385

Color information

#946385 (or 0x946385) is unknown color: approx Strikemaster. HEX triplet: 94, 63 and 85. RGB value is (148,99,133). Sum of RGB (Red+Green+Blue) = 148+99+133=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #946385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946385 is #6B9C7A. Grayscale: #757575. Windows color (decimal): -7052411 or 8741780. OLE color: 8741780.

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

Color convert

RGB14899133-
CMYK00.330.100.42
HSL318.37º19.84%48.43%-
HSV(B)318.37º33.11%58.04%-
XYZ20.9116.9124.35-
YUV117.53136.73149.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 99 (39.06% from 255) = 26.05%
BLUE value IS 133 (52.34% from 255) = 35%
R=38.95%
G=26.05%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489913300.330.100.42318.3719.8448.43
Hex946385021A2A13e1430
Octal22414320504112524762460
Binary100101001100011100001010100001101010101010011111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946385; }

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

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

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

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

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

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

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

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