#92587F

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

Shades of Strikemaster #92587F

Tints of Strikemaster #92587F

Color information

#92587F (or 0x92587F) is unknown color: approx Strikemaster. HEX triplet: 92, 58 and 7F. RGB value is (146,88,127). Sum of RGB (Red+Green+Blue) = 146+88+127=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #92587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92587F is #6DA780. Grayscale: #6D6D6D. Windows color (decimal): -7186305 or 8345746. OLE color: 8345746.

HSL color Cylindrical-coordinate representation of color #92587F: hue angle of 319.66º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92587F is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB14688127-
CMYK00.400.130.43
HSL319.66º24.79%45.88%-
HSV(B)319.66º39.73%57.25%-
XYZ19.1714.6221.89-
YUV109.79137.72153.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 127 (50% from 255) = 35.18%
R=40.44%
G=24.38%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468812700.400.130.43319.6624.7945.88
Hex92587F028D2B140192e
Octal22213017705015535003156
Binary10010010101100011111110101000110110101110100000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92587F; }

 p { color: rgb(146,88,127); }

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

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

 a { background-color: rgb(146,88,127); }

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

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

 span { border-color: rgb(146,88,127); }

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