#915E85

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

Shades of Strikemaster #915E85

Tints of Strikemaster #915E85

Color information

#915E85 (or 0x915E85) is unknown color: approx Strikemaster. HEX triplet: 91, 5E and 85. RGB value is (145,94,133). Sum of RGB (Red+Green+Blue) = 145+94+133=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #915E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915E85 is #6EA17A. Grayscale: #717171. Windows color (decimal): -7250299 or 8740497. OLE color: 8740497.

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

Color convert

RGB14594133-
CMYK00.350.080.43
HSL314.12º21.34%46.86%-
HSV(B)314.12º35.17%56.86%-
XYZ19.9115.7224.17-
YUV113.7138.9150.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.98%
GREEN value IS 94 (37.11% from 255) = 25.27%
BLUE value IS 133 (52.34% from 255) = 35.75%
R=38.98%
G=25.27%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459413300.350.080.43314.1221.3446.86
Hex915E8502382B13a152f
Octal22113620504310534722557
Binary100100011011110100001010100011100010101110011101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,94,133); }

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

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

 a { background-color: rgb(145,94,133); }

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

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

 span { border-color: rgb(145,94,133); }

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