#945886

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

Shades of Strikemaster #945886

Tints of Strikemaster #945886

Color information

#945886 (or 0x945886) is unknown color: approx Strikemaster. HEX triplet: 94, 58 and 86. RGB value is (148,88,134). Sum of RGB (Red+Green+Blue) = 148+88+134=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #945886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945886 is #6BA779. Grayscale: #6F6F6F. Windows color (decimal): -7055226 or 8804500. OLE color: 8804500.

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

Color convert

RGB14888134-
CMYK00.410.090.42
HSL314º25.42%46.27%-
HSV(B)314º40.54%58.04%-
XYZ20.011524.39-
YUV111.18140.88154.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 134 (52.73% from 255) = 36.22%
R=40%
G=23.78%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488813400.410.090.4231425.4246.27
Hex94588602992A13a192e
Octal22413020605111524723156
Binary100101001011000100001100101001100110101010011101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945886; }

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

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

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

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

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

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

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

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