#915981

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

Shades of Strikemaster #915981

Tints of Strikemaster #915981

Color information

#915981 (or 0x915981) is unknown color: approx Strikemaster. HEX triplet: 91, 59 and 81. RGB value is (145,89,129). Sum of RGB (Red+Green+Blue) = 145+89+129=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #915981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915981 is #6EA67E. Grayscale: #6E6E6E. Windows color (decimal): -7251583 or 8477073. OLE color: 8477073.

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

Color convert

RGB14589129-
CMYK00.390.110.43
HSL317.14º23.93%45.88%-
HSV(B)317.14º38.62%56.86%-
XYZ19.2114.7522.6-
YUV110.3138.55152.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.94%
GREEN value IS 89 (35.16% from 255) = 24.52%
BLUE value IS 129 (50.78% from 255) = 35.54%
R=39.94%
G=24.52%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458912900.390.110.43317.1423.9345.88
Hex915981027B2B13d182e
Octal22113120104713534753056
Binary100100011011001100000010100111101110101110011110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915981; }

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

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

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

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

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

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

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

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