#914579

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

Shades of Strikemaster #914579

Tints of Strikemaster #914579

Color information

#914579 (or 0x914579) is unknown color: approx Strikemaster. HEX triplet: 91, 45 and 79. RGB value is (145,69,121). Sum of RGB (Red+Green+Blue) = 145+69+121=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #914579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914579 is #6EBA86. Grayscale: #616161. Windows color (decimal): -7256711 or 7947665. OLE color: 7947665.

HSL color Cylindrical-coordinate representation of color #914579: hue angle of 318.95º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #914579 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14569121-
CMYK00.520.170.43
HSL318.95º35.51%41.96%-
HSV(B)318.95º52.41%56.86%-
XYZ17.2611.6619.43-
YUV97.65141.18161.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 121 (47.66% from 255) = 36.12%
R=43.28%
G=20.60%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456912100.520.170.43318.9535.5141.96
Hex914579034112B13f242a
Octal22110517106421534774452
Binary1001000110001011111001011010010001101011100111111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914579; }

 p { color: rgb(145,69,121); }

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

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

 a { background-color: rgb(145,69,121); }

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

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

 span { border-color: rgb(145,69,121); }

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