#906980

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

Shades of Strikemaster #906980

Tints of Strikemaster #906980

Color information

#906980 (or 0x906980) is unknown color: approx Strikemaster. HEX triplet: 90, 69 and 80. RGB value is (144,105,128). Sum of RGB (Red+Green+Blue) = 144+105+128=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 144 - color contains mainly: red. Hex color #906980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906980 is #6F967F. Grayscale: #777777. Windows color (decimal): -7313024 or 8415632. OLE color: 8415632.

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

Color convert

RGB144105128-
CMYK00.270.110.44
HSL324.62º15.66%48.82%-
HSV(B)324.62º27.08%56.47%-
XYZ20.4517.5922.74-
YUV119.28132.92145.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=38.20%
G=27.85%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410512800.270.110.44324.6215.6648.82
Hex90698001BB2C1451031
Octal22015120003313545052061
Binary10010000110100110000000011011101110110010100010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906980; }

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

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

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

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

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

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

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

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