#915A80

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

Shades of Strikemaster #915A80

Tints of Strikemaster #915A80

Color information

#915A80 (or 0x915A80) is unknown color: approx Strikemaster. HEX triplet: 91, 5A and 80. RGB value is (145,90,128). Sum of RGB (Red+Green+Blue) = 145+90+128=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #915A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915A80 is #6EA57F. Grayscale: #6E6E6E. Windows color (decimal): -7251328 or 8411793. OLE color: 8411793.

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

Color convert

RGB14590128-
CMYK00.380.120.43
HSL318.55º23.4%46.08%-
HSV(B)318.55º37.93%56.86%-
XYZ19.2314.8922.28-
YUV110.78137.72152.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.94%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=39.94%
G=24.79%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459012800.380.120.43318.5523.446.08
Hex915A80026C2B13f172e
Octal22113220004614534772756
Binary100100011011010100000000100110110010101110011111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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