#91497B

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

Shades of Strikemaster #91497B

Tints of Strikemaster #91497B

Color information

#91497B (or 0x91497B) is unknown color: approx Strikemaster. HEX triplet: 91, 49 and 7B. RGB value is (145,73,123). Sum of RGB (Red+Green+Blue) = 145+73+123=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #91497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91497B is #6EB684. Grayscale: #646464. Windows color (decimal): -7255685 or 8079761. OLE color: 8079761.

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

Color convert

RGB14573123-
CMYK00.500.150.43
HSL318.33º33.03%42.75%-
HSV(B)318.33º49.66%56.86%-
XYZ17.6312.2120.17-
YUV100.23140.85159.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.52%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 123 (48.44% from 255) = 36.07%
R=42.52%
G=21.41%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457312300.500.150.43318.3333.0342.75
Hex91497B032F2B13e212b
Octal22111117306217534764153
Binary100100011001001111101101100101111101011100111110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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