#915D7C

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

Shades of Strikemaster #915D7C

Tints of Strikemaster #915D7C

Color information

#915D7C (or 0x915D7C) is unknown color: approx Strikemaster. HEX triplet: 91, 5D and 7C. RGB value is (145,93,124). Sum of RGB (Red+Green+Blue) = 145+93+124=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #915D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D7C is #6EA283. Grayscale: #707070. Windows color (decimal): -7250564 or 8150417. OLE color: 8150417.

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

Color convert

RGB14593124-
CMYK00.360.140.43
HSL324.23º21.85%46.67%-
HSV(B)324.23º35.86%56.86%-
XYZ19.2315.321.01-
YUV112.08134.73151.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.06%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=40.06%
G=25.69%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459312400.360.140.43324.2321.8546.67
Hex915D7C024E2B144162f
Octal22113517404416535042657
Binary10010001101110111111000100100111010101110100010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915D7C; }

 p { color: rgb(145,93,124); }

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

<style>
 a { background-color: #915D7C; }

 a { background-color: rgb(145,93,124); }

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

<style>
 span { border-color: #915D7C; }

 span { border-color: rgb(145,93,124); }

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