#91497A

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

Shades of Strikemaster #91497A

Tints of Strikemaster #91497A

Color information

#91497A (or 0x91497A) is unknown color: approx Strikemaster. HEX triplet: 91, 49 and 7A. RGB value is (145,73,122). Sum of RGB (Red+Green+Blue) = 145+73+122=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #91497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91497A is #6EB685. Grayscale: #636363. Windows color (decimal): -7255686 or 8014225. OLE color: 8014225.

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

Color convert

RGB14573122-
CMYK00.500.160.43
HSL319.17º33.03%42.75%-
HSV(B)319.17º49.66%56.86%-
XYZ17.5712.1919.84-
YUV100.11140.35160.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.65%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=42.65%
G=21.47%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457312200.500.160.43319.1733.0342.75
Hex91497A032102B13f212b
Octal22111117206220534774153
Binary1001000110010011111010011001010000101011100111111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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