#91597E

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

Shades of Strikemaster #91597E

Tints of Strikemaster #91597E

Color information

#91597E (or 0x91597E) is unknown color: approx Strikemaster. HEX triplet: 91, 59 and 7E. RGB value is (145,89,126). Sum of RGB (Red+Green+Blue) = 145+89+126=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #91597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91597E is #6EA681. Grayscale: #6D6D6D. Windows color (decimal): -7251586 or 8280465. OLE color: 8280465.

HSL color Cylindrical-coordinate representation of color #91597E: hue angle of 320.36º 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 #91597E is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB14589126-
CMYK00.390.130.43
HSL320.36º23.93%45.88%-
HSV(B)320.36º38.62%56.86%-
XYZ19.0214.6721.57-
YUV109.96137.05152.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 126 (49.61% from 255) = 35%
R=40.28%
G=24.72%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458912600.390.130.43320.3623.9345.88
Hex91597E027D2B140182e
Octal22113117604715535003056
Binary10010001101100111111100100111110110101110100000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91597E; }

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

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

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

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

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

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

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

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