#925E87

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

Shades of Strikemaster #925E87

Tints of Strikemaster #925E87

Color information

#925E87 (or 0x925E87) is unknown color: approx Strikemaster. HEX triplet: 92, 5E and 87. RGB value is (146,94,135). Sum of RGB (Red+Green+Blue) = 146+94+135=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #925E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925E87 is #6DA178. Grayscale: #727272. Windows color (decimal): -7184761 or 8871570. OLE color: 8871570.

HSL color Cylindrical-coordinate representation of color #925E87: hue angle of 312.69º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925E87 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB14694135-
CMYK00.360.080.43
HSL312.69º21.67%47.06%-
HSV(B)312.69º35.62%57.25%-
XYZ20.2315.8724.92-
YUV114.22139.73150.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 135 (53.12% from 255) = 36%
R=38.93%
G=25.07%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469413500.360.080.43312.6921.6747.06
Hex925E8702482B139162f
Octal22213620704410534712657
Binary100100101011110100001110100100100010101110011100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925E87; }

 p { color: rgb(146,94,135); }

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

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

 a { background-color: rgb(146,94,135); }

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

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

 span { border-color: rgb(146,94,135); }

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