#906881

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

Shades of Strikemaster #906881

Tints of Strikemaster #906881

Color information

#906881 (or 0x906881) is unknown color: approx Strikemaster. HEX triplet: 90, 68 and 81. RGB value is (144,104,129). Sum of RGB (Red+Green+Blue) = 144+104+129=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 144 - color contains mainly: red. Hex color #906881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906881 is #6F977E. Grayscale: #767676. Windows color (decimal): -7313279 or 8480912. OLE color: 8480912.

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

Color convert

RGB144104129-
CMYK00.280.100.44
HSL322.5º16.13%48.63%-
HSV(B)322.5º27.78%56.47%-
XYZ20.4117.4123.05-
YUV118.81133.75145.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=38.20%
G=27.59%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410412900.280.100.44322.516.1348.63
Hex90688101CA2C1421031
Octal22015020103412545022061
Binary10010000110100010000001011100101010110010100001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906881; }

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

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

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

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

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

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

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

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