#91477A

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

Shades of Strikemaster #91477A

Tints of Strikemaster #91477A

Color information

#91477A (or 0x91477A) is unknown color: approx Strikemaster. HEX triplet: 91, 47 and 7A. RGB value is (145,71,122). Sum of RGB (Red+Green+Blue) = 145+71+122=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #91477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91477A is #6EB885. Grayscale: #626262. Windows color (decimal): -7256198 or 8013713. OLE color: 8013713.

HSL color Cylindrical-coordinate representation of color #91477A: hue angle of 318.65º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #91477A is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14571122-
CMYK00.510.160.43
HSL318.65º34.26%42.35%-
HSV(B)318.65º51.03%56.86%-
XYZ17.4411.9319.8-
YUV98.94141.02160.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.90%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=42.90%
G=21.01%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457112200.510.160.43318.6534.2642.35
Hex91477A033102B13f222a
Octal22110717206320534774252
Binary1001000110001111111010011001110000101011100111111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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