#906386

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

Shades of Strikemaster #906386

Tints of Strikemaster #906386

Color information

#906386 (or 0x906386) is unknown color: approx Strikemaster. HEX triplet: 90, 63 and 86. RGB value is (144,99,134). Sum of RGB (Red+Green+Blue) = 144+99+134=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 144 - color contains mainly: red. Hex color #906386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906386 is #6F9C79. Grayscale: #747474. Windows color (decimal): -7314554 or 8807312. OLE color: 8807312.

HSL color Cylindrical-coordinate representation of color #906386: hue angle of 313.33º degrees, saturation: 0.19, 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 #906386 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB14499134-
CMYK00.310.070.44
HSL313.33º18.52%47.65%-
HSV(B)313.33º31.25%56.47%-
XYZ20.2716.5724.69-
YUV116.44137.91147.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 134 (52.73% from 255) = 35.54%
R=38.20%
G=26.26%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449913400.310.070.44313.3318.5247.65
Hex90638601F72C1391330
Octal2201432060377544712360
Binary1001000011000111000011001111111110110010011100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906386; }

 p { color: rgb(144,99,134); }

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

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

 a { background-color: rgb(144,99,134); }

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

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

 span { border-color: rgb(144,99,134); }

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