#945983

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

Shades of Strikemaster #945983

Tints of Strikemaster #945983

Color information

#945983 (or 0x945983) is unknown color: approx Strikemaster. HEX triplet: 94, 59 and 83. RGB value is (148,89,131). Sum of RGB (Red+Green+Blue) = 148+89+131=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #945983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945983 is #6BA67C. Grayscale: #6F6F6F. Windows color (decimal): -7054973 or 8608148. OLE color: 8608148.

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

Color convert

RGB14889131-
CMYK00.400.110.42
HSL317.29º24.89%46.47%-
HSV(B)317.29º39.86%58.04%-
XYZ19.8815.0823.34-
YUV111.43139.05154.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=40.22%
G=24.18%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488913100.400.110.42317.2924.8946.47
Hex945983028B2A13d192e
Octal22413120305013524753156
Binary100101001011001100000110101000101110101010011110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945983; }

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

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

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

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

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

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

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

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