#945580

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

Shades of Strikemaster #945580

Tints of Strikemaster #945580

Color information

#945580 (or 0x945580) is unknown color: approx Strikemaster. HEX triplet: 94, 55 and 80. RGB value is (148,85,128). Sum of RGB (Red+Green+Blue) = 148+85+128=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #945580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945580 is #6BAA7F. Grayscale: #6C6C6C. Windows color (decimal): -7056000 or 8410516. OLE color: 8410516.

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

Color convert

RGB14885128-
CMYK00.430.140.42
HSL319.05º27.04%45.69%-
HSV(B)319.05º42.57%58.04%-
XYZ19.3614.3522.17-
YUV108.74138.87156-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=41.00%
G=23.55%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488512800.430.140.42319.0527.0445.69
Hex94558002BE2A13f1b2e
Octal22412520005316524773356
Binary100101001010101100000000101011111010101010011111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945580; }

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

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

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

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

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

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

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

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