#925E7C

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

Shades of Strikemaster #925E7C

Tints of Strikemaster #925E7C

Color information

#925E7C (or 0x925E7C) is unknown color: approx Strikemaster. HEX triplet: 92, 5E and 7C. RGB value is (146,94,124). Sum of RGB (Red+Green+Blue) = 146+94+124=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #925E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E7C is #6DA183. Grayscale: #707070. Windows color (decimal): -7184772 or 8150674. OLE color: 8150674.

HSL color Cylindrical-coordinate representation of color #925E7C: hue angle of 325.38º 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 #925E7C is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14694124-
CMYK00.360.150.43
HSL325.38º21.67%47.06%-
HSV(B)325.38º35.62%57.25%-
XYZ19.4915.5721.05-
YUV112.97134.23151.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.11%
GREEN value IS 94 (37.11% from 255) = 25.82%
BLUE value IS 124 (48.83% from 255) = 34.07%
R=40.11%
G=25.82%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469412400.360.150.43325.3821.6747.06
Hex925E7C024F2B145162f
Octal22213617404417535052657
Binary10010010101111011111000100100111110101110100010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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