#915080

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

Shades of Strikemaster #915080

Tints of Strikemaster #915080

Color information

#915080 (or 0x915080) is unknown color: approx Strikemaster. HEX triplet: 91, 50 and 80. RGB value is (145,80,128). Sum of RGB (Red+Green+Blue) = 145+80+128=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #915080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915080 is #6EAF7F. Grayscale: #686868. Windows color (decimal): -7253888 or 8409233. OLE color: 8409233.

HSL color Cylindrical-coordinate representation of color #915080: hue angle of 315.69º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #915080 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14580128-
CMYK00.450.120.43
HSL315.69º28.89%44.12%-
HSV(B)315.69º44.83%56.86%-
XYZ18.4413.3222.02-
YUV104.91141.03156.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.08%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 128 (50.39% from 255) = 36.26%
R=41.08%
G=22.66%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458012800.450.120.43315.6928.8944.12
Hex91508002DC2B13c1d2c
Octal22112020005514534743554
Binary100100011010000100000000101101110010101110011110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915080; }

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

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

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

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

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

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

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

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