#906385

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

Shades of Strikemaster #906385

Tints of Strikemaster #906385

Color information

#906385 (or 0x906385) is unknown color: approx Strikemaster. HEX triplet: 90, 63 and 85. RGB value is (144,99,133). Sum of RGB (Red+Green+Blue) = 144+99+133=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 144 - color contains mainly: red. Hex color #906385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906385 is #6F9C7A. Grayscale: #747474. Windows color (decimal): -7314555 or 8741776. OLE color: 8741776.

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

Color convert

RGB14499133-
CMYK00.310.080.44
HSL314.67º18.52%47.65%-
HSV(B)314.67º31.25%56.47%-
XYZ20.216.5524.32-
YUV116.33137.41147.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.30%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=38.30%
G=26.33%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449913300.310.080.44314.6718.5247.65
Hex90638501F82C13b1330
Octal22014320503710544732360
Binary10010000110001110000101011111100010110010011101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906385; }

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

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

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

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

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

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

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

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