#946184

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

Shades of Strikemaster #946184

Tints of Strikemaster #946184

Color information

#946184 (or 0x946184) is unknown color: approx Strikemaster. HEX triplet: 94, 61 and 84. RGB value is (148,97,132). Sum of RGB (Red+Green+Blue) = 148+97+132=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #946184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946184 is #6B9E7B. Grayscale: #747474. Windows color (decimal): -7052924 or 8675732. OLE color: 8675732.

HSL color Cylindrical-coordinate representation of color #946184: hue angle of 318.82º degrees, saturation: 0.21, 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 #946184 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14897132-
CMYK00.340.110.42
HSL318.82º20.82%48.04%-
HSV(B)318.82º34.46%58.04%-
XYZ20.6516.5123.93-
YUV116.24136.9150.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=39.26%
G=25.73%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489713200.340.110.42318.8220.8248.04
Hex946184022B2A13f1530
Octal22414120404213524772560
Binary100101001100001100001000100010101110101010011111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946184; }

 p { color: rgb(148,97,132); }

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

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

 a { background-color: rgb(148,97,132); }

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

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

 span { border-color: rgb(148,97,132); }

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