#906481

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

Shades of Strikemaster #906481

Tints of Strikemaster #906481

Color information

#906481 (or 0x906481) is unknown color: approx Strikemaster. HEX triplet: 90, 64 and 81. RGB value is (144,100,129). Sum of RGB (Red+Green+Blue) = 144+100+129=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 144 - color contains mainly: red. Hex color #906481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906481 is #6F9B7E. Grayscale: #747474. Windows color (decimal): -7314303 or 8479888. OLE color: 8479888.

HSL color Cylindrical-coordinate representation of color #906481: hue angle of 320.45º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906481 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB144100129-
CMYK00.310.100.44
HSL320.45º18.03%47.84%-
HSV(B)320.45º30.56%56.47%-
XYZ20.0216.6322.92-
YUV116.46135.08147.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.61%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=38.61%
G=26.81%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410012900.310.100.44320.4518.0347.84
Hex90648101FA2C1401230
Octal22014420103712545002260
Binary10010000110010010000001011111101010110010100000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906481; }

 p { color: rgb(144,100,129); }

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

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

 a { background-color: rgb(144,100,129); }

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

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

 span { border-color: rgb(144,100,129); }

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