#946187

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

Shades of Strikemaster #946187

Tints of Strikemaster #946187

Color information

#946187 (or 0x946187) is unknown color: approx Strikemaster. HEX triplet: 94, 61 and 87. RGB value is (148,97,135). Sum of RGB (Red+Green+Blue) = 148+97+135=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #946187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946187 is #6B9E78. Grayscale: #747474. Windows color (decimal): -7052921 or 8872340. OLE color: 8872340.

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

Color convert

RGB14897135-
CMYK00.340.090.42
HSL315.29º20.82%48.04%-
HSV(B)315.29º34.46%58.04%-
XYZ20.8616.5925.03-
YUV116.58138.4150.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 135 (53.12% from 255) = 35.53%
R=38.95%
G=25.53%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489713500.340.090.42315.2920.8248.04
Hex94618702292A13b1530
Octal22414120704211524732560
Binary100101001100001100001110100010100110101010011101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946187; }

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

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

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

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

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

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

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

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