#945480

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

Shades of Strikemaster #945480

Tints of Strikemaster #945480

Color information

#945480 (or 0x945480) is unknown color: approx Strikemaster. HEX triplet: 94, 54 and 80. RGB value is (148,84,128). Sum of RGB (Red+Green+Blue) = 148+84+128=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #945480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945480 is #6BAB7F. Grayscale: #6C6C6C. Windows color (decimal): -7056256 or 8410260. OLE color: 8410260.

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

Color convert

RGB14884128-
CMYK00.430.140.42
HSL318.75º27.59%45.49%-
HSV(B)318.75º43.24%58.04%-
XYZ19.2814.222.15-
YUV108.15139.2156.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 128 (50.39% from 255) = 35.56%
R=41.11%
G=23.33%
B=35.56%

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
Decimal1488412800.430.140.42318.7527.5945.49
Hex94548002BE2A13f1c2d
Octal22412420005316524773455
Binary100101001010100100000000101011111010101010011111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945480; }

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

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

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

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

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

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

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

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