#91597B

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

Shades of Strikemaster #91597B

Tints of Strikemaster #91597B

Color information

#91597B (or 0x91597B) is unknown color: approx Strikemaster. HEX triplet: 91, 59 and 7B. RGB value is (145,89,123). Sum of RGB (Red+Green+Blue) = 145+89+123=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #91597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91597B is #6EA684. Grayscale: #6D6D6D. Windows color (decimal): -7251589 or 8083857. OLE color: 8083857.

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

Color convert

RGB14589123-
CMYK00.390.150.43
HSL323.57º23.93%45.88%-
HSV(B)323.57º38.62%56.86%-
XYZ18.8214.5920.56-
YUV109.62135.55153.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.62%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=40.62%
G=24.93%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458912300.390.150.43323.5723.9345.88
Hex91597B027F2B144182e
Octal22113117304717535043056
Binary10010001101100111110110100111111110101110100010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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