#906182

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

Shades of Strikemaster #906182

Tints of Strikemaster #906182

Color information

#906182 (or 0x906182) is unknown color: approx Strikemaster. HEX triplet: 90, 61 and 82. RGB value is (144,97,130). Sum of RGB (Red+Green+Blue) = 144+97+130=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #906182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906182 is #6F9E7D. Grayscale: #727272. Windows color (decimal): -7315070 or 8544656. OLE color: 8544656.

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

Color convert

RGB14497130-
CMYK00.330.100.44
HSL317.87º19.5%47.25%-
HSV(B)317.87º32.64%56.47%-
XYZ19.8116.0923.18-
YUV114.82136.57148.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 130 (51.17% from 255) = 35.04%
R=38.81%
G=26.15%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449713000.330.100.44317.8719.547.25
Hex906182021A2C13e142f
Octal22014120204112544762457
Binary100100001100001100000100100001101010110010011111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906182; }

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

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

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

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

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

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

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

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