#91497C

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

Shades of Strikemaster #91497C

Tints of Strikemaster #91497C

Color information

#91497C (or 0x91497C) is unknown color: approx Strikemaster. HEX triplet: 91, 49 and 7C. RGB value is (145,73,124). Sum of RGB (Red+Green+Blue) = 145+73+124=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #91497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91497C is #6EB683. Grayscale: #646464. Windows color (decimal): -7255684 or 8145297. OLE color: 8145297.

HSL color Cylindrical-coordinate representation of color #91497C: hue angle of 317.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #91497C is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14573124-
CMYK00.500.140.43
HSL317.5º33.03%42.75%-
HSV(B)317.5º49.66%56.86%-
XYZ17.712.2420.5-
YUV100.34141.35159.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.40%
GREEN value IS 73 (28.91% from 255) = 21.35%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=42.40%
G=21.35%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457312400.500.140.43317.533.0342.75
Hex91497C032E2B13e212b
Octal22111117406216534764153
Binary100100011001001111110001100101110101011100111110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91497C; }

 p { color: rgb(145,73,124); }

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

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

 a { background-color: rgb(145,73,124); }

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

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

 span { border-color: rgb(145,73,124); }

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