#945980

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

Shades of Strikemaster #945980

Tints of Strikemaster #945980

Color information

#945980 (or 0x945980) is unknown color: approx Strikemaster. HEX triplet: 94, 59 and 80. RGB value is (148,89,128). Sum of RGB (Red+Green+Blue) = 148+89+128=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #945980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945980 is #6BA67F. Grayscale: #6E6E6E. Windows color (decimal): -7054976 or 8411540. OLE color: 8411540.

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

Color convert

RGB14889128-
CMYK00.400.140.42
HSL320.34º24.89%46.47%-
HSV(B)320.34º39.86%58.04%-
XYZ19.681522.28-
YUV111.09137.55154.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=40.55%
G=24.38%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488912800.400.140.42320.3424.8946.47
Hex945980028E2A140192e
Octal22413120005016525003156
Binary100101001011001100000000101000111010101010100000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945980; }

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

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

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

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

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

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

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

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