#92597E

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

Shades of Strikemaster #92597E

Tints of Strikemaster #92597E

Color information

#92597E (or 0x92597E) is unknown color: approx Strikemaster. HEX triplet: 92, 59 and 7E. RGB value is (146,89,126). Sum of RGB (Red+Green+Blue) = 146+89+126=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #92597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92597E is #6DA681. Grayscale: #6E6E6E. Windows color (decimal): -7186050 or 8280466. OLE color: 8280466.

HSL color Cylindrical-coordinate representation of color #92597E: hue angle of 321.05º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92597E is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14689126-
CMYK00.390.140.43
HSL321.05º24.26%46.08%-
HSV(B)321.05º39.04%57.25%-
XYZ19.1914.7621.58-
YUV110.26136.88153.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=40.44%
G=24.65%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468912600.390.140.43321.0524.2646.08
Hex92597E027E2B141182e
Octal22213117604716535013056
Binary10010010101100111111100100111111010101110100000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92597E; }

 p { color: rgb(146,89,126); }

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

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

 a { background-color: rgb(146,89,126); }

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

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

 span { border-color: rgb(146,89,126); }

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