#915A81

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

Shades of Strikemaster #915A81

Tints of Strikemaster #915A81

Color information

#915A81 (or 0x915A81) is unknown color: approx Strikemaster. HEX triplet: 91, 5A and 81. RGB value is (145,90,129). Sum of RGB (Red+Green+Blue) = 145+90+129=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #915A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915A81 is #6EA57E. Grayscale: #6E6E6E. Windows color (decimal): -7251327 or 8477329. OLE color: 8477329.

HSL color Cylindrical-coordinate representation of color #915A81: hue angle of 317.45º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #915A81 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB14590129-
CMYK00.380.110.43
HSL317.45º23.4%46.08%-
HSV(B)317.45º37.93%56.86%-
XYZ19.314.9222.63-
YUV110.89138.22152.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.84%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=39.84%
G=24.73%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459012900.380.110.43317.4523.446.08
Hex915A81026B2B13d172e
Octal22113220104613534752756
Binary100100011011010100000010100110101110101110011110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,90,129); }

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

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

 a { background-color: rgb(145,90,129); }

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

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

 span { border-color: rgb(145,90,129); }

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