#906185

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

Shades of Strikemaster #906185

Tints of Strikemaster #906185

Color information

#906185 (or 0x906185) is unknown color: approx Strikemaster. HEX triplet: 90, 61 and 85. RGB value is (144,97,133). Sum of RGB (Red+Green+Blue) = 144+97+133=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 144 - color contains mainly: red. Hex color #906185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906185 is #6F9E7A. Grayscale: #737373. Windows color (decimal): -7315067 or 8741264. OLE color: 8741264.

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

Color convert

RGB14497133-
CMYK00.330.080.44
HSL314.04º19.5%47.25%-
HSV(B)314.04º32.64%56.47%-
XYZ20.0116.1724.26-
YUV115.16138.07148.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.50%
GREEN value IS 97 (38.28% from 255) = 25.94%
BLUE value IS 133 (52.34% from 255) = 35.56%
R=38.50%
G=25.94%
B=35.56%

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
Decimal1449713300.330.080.44314.0419.547.25
Hex90618502182C13a142f
Octal22014120504110544722457
Binary100100001100001100001010100001100010110010011101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906185; }

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

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

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

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

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

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

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

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