#915E86

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

Shades of Strikemaster #915E86

Tints of Strikemaster #915E86

Color information

#915E86 (or 0x915E86) is unknown color: approx Strikemaster. HEX triplet: 91, 5E and 86. RGB value is (145,94,134). Sum of RGB (Red+Green+Blue) = 145+94+134=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #915E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915E86 is #6EA179. Grayscale: #717171. Windows color (decimal): -7250298 or 8806033. OLE color: 8806033.

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

Color convert

RGB14594134-
CMYK00.350.080.43
HSL312.94º21.34%46.86%-
HSV(B)312.94º35.17%56.86%-
XYZ19.9815.7524.54-
YUV113.81139.4150.25-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.87%
GREEN value IS 94 (37.11% from 255) = 25.20%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=38.87%
G=25.20%
B=35.92%

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
Decimal1459413400.350.080.43312.9421.3446.86
Hex915E8602382B139152f
Octal22113620604310534712557
Binary100100011011110100001100100011100010101110011100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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