#905980

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

Shades of Strikemaster #905980

Tints of Strikemaster #905980

Color information

#905980 (or 0x905980) is unknown color: approx Strikemaster. HEX triplet: 90, 59 and 80. RGB value is (144,89,128). Sum of RGB (Red+Green+Blue) = 144+89+128=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 144 - color contains mainly: red. Hex color #905980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905980 is #6FA67F. Grayscale: #6D6D6D. Windows color (decimal): -7317120 or 8411536. OLE color: 8411536.

HSL color Cylindrical-coordinate representation of color #905980: hue angle of 317.45º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905980 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB14489128-
CMYK00.380.110.44
HSL317.45º23.61%45.69%-
HSV(B)317.45º38.19%56.47%-
XYZ18.9714.6322.25-
YUV109.89138.22152.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.89%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=39.89%
G=24.65%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448912800.380.110.44317.4523.6145.69
Hex905980026B2C13d182e
Octal22013120004613544753056
Binary100100001011001100000000100110101110110010011110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905980; }

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

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

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

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

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

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

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

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