#906085

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

Shades of Strikemaster #906085

Tints of Strikemaster #906085

Color information

#906085 (or 0x906085) is unknown color: approx Strikemaster. HEX triplet: 90, 60 and 85. RGB value is (144,96,133). Sum of RGB (Red+Green+Blue) = 144+96+133=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 144 - color contains mainly: red. Hex color #906085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906085 is #6F9F7A. Grayscale: #727272. Windows color (decimal): -7315323 or 8741008. OLE color: 8741008.

HSL color Cylindrical-coordinate representation of color #906085: hue angle of 313.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906085 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB14496133-
CMYK00.330.080.44
HSL313.75º20%47.06%-
HSV(B)313.75º33.33%56.47%-
XYZ19.9215.9924.23-
YUV114.57138.4148.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.61%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=38.61%
G=25.74%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449613300.330.080.44313.752047.06
Hex90608502182C13a142f
Octal22014020504110544722457
Binary100100001100000100001010100001100010110010011101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906085; }

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

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

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

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

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

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

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

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