#91597A

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

Shades of Strikemaster #91597A

Tints of Strikemaster #91597A

Color information

#91597A (or 0x91597A) is unknown color: approx Strikemaster. HEX triplet: 91, 59 and 7A. RGB value is (145,89,122). Sum of RGB (Red+Green+Blue) = 145+89+122=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #91597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91597A is #6EA685. Grayscale: #6D6D6D. Windows color (decimal): -7251590 or 8018321. OLE color: 8018321.

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

Color convert

RGB14589122-
CMYK00.390.160.43
HSL324.64º23.93%45.88%-
HSV(B)324.64º38.62%56.86%-
XYZ18.7614.5720.24-
YUV109.51135.05153.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.73%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=40.73%
G=25%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458912200.390.160.43324.6423.9345.88
Hex91597A027102B145182e
Octal22113117204720535053056
Binary100100011011001111101001001111000010101110100010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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