#906A89

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

Shades of Strikemaster #906A89

Tints of Strikemaster #906A89

Color information

#906A89 (or 0x906A89) is unknown color: approx Strikemaster. HEX triplet: 90, 6A and 89. RGB value is (144,106,137). Sum of RGB (Red+Green+Blue) = 144+106+137=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #906A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906A89 is #6F9576. Grayscale: #787878. Windows color (decimal): -7312759 or 9005712. OLE color: 9005712.

HSL color Cylindrical-coordinate representation of color #906A89: hue angle of 311.05º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #906A89 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB144106137-
CMYK00.260.050.44
HSL311.05º15.2%49.02%-
HSV(B)311.05º26.39%56.47%-
XYZ21.1718.0426.03-
YUV120.9137.09144.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.21%
GREEN value IS 106 (41.80% from 255) = 27.39%
BLUE value IS 137 (53.91% from 255) = 35.40%
R=37.21%
G=27.39%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410613700.260.050.44311.0515.249.02
Hex906A8901A52C137f31
Octal2201522110325544671761
Binary100100001101010100010010110101011011001001101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906A89; }

 p { color: rgb(144,106,137); }

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

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

 a { background-color: rgb(144,106,137); }

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

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

 span { border-color: rgb(144,106,137); }

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