#926E83

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

Shades of Strikemaster #926E83

Tints of Strikemaster #926E83

Color information

#926E83 (or 0x926E83) is unknown color: approx Strikemaster. HEX triplet: 92, 6E and 83. RGB value is (146,110,131). Sum of RGB (Red+Green+Blue) = 146+110+131=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #926E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926E83 is #6D917C. Grayscale: #7B7B7B. Windows color (decimal): -7180669 or 8613522. OLE color: 8613522.

HSL color Cylindrical-coordinate representation of color #926E83: hue angle of 325º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926E83 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB146110131-
CMYK00.250.100.43
HSL325º14.17%50.2%-
HSV(B)325º24.66%57.25%-
XYZ21.5318.923.99-
YUV123.16132.43144.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 131 (51.56% from 255) = 33.85%
R=37.73%
G=28.42%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611013100.250.100.4332514.1750.2
Hex926E83019A2B145e32
Octal22215620303112535051662
Binary1001001011011101000001101100110101010111010001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926E83; }

 p { color: rgb(146,110,131); }

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

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

 a { background-color: rgb(146,110,131); }

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

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

 span { border-color: rgb(146,110,131); }

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