#945986

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

Shades of Strikemaster #945986

Tints of Strikemaster #945986

Color information

#945986 (or 0x945986) is unknown color: approx Strikemaster. HEX triplet: 94, 59 and 86. RGB value is (148,89,134). Sum of RGB (Red+Green+Blue) = 148+89+134=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #945986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945986 is #6BA679. Grayscale: #6F6F6F. Windows color (decimal): -7054970 or 8804756. OLE color: 8804756.

HSL color Cylindrical-coordinate representation of color #945986: hue angle of 314.24º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #945986 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14889134-
CMYK00.400.090.42
HSL314.24º24.89%46.47%-
HSV(B)314.24º39.86%58.04%-
XYZ20.0915.1624.42-
YUV111.77140.55153.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=39.89%
G=23.99%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488913400.400.090.42314.2424.8946.47
Hex94598602892A13a192e
Octal22413120605011524723156
Binary100101001011001100001100101000100110101010011101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945986; }

 p { color: rgb(148,89,134); }

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

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

 a { background-color: rgb(148,89,134); }

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

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

 span { border-color: rgb(148,89,134); }

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