#914779

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

Shades of Strikemaster #914779

Tints of Strikemaster #914779

Color information

#914779 (or 0x914779) is unknown color: approx Strikemaster. HEX triplet: 91, 47 and 79. RGB value is (145,71,121). Sum of RGB (Red+Green+Blue) = 145+71+121=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #914779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914779 is #6EB886. Grayscale: #626262. Windows color (decimal): -7256199 or 7948177. OLE color: 7948177.

HSL color Cylindrical-coordinate representation of color #914779: hue angle of 319.46º 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 #914779 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14571121-
CMYK00.510.170.43
HSL319.46º34.26%42.35%-
HSV(B)319.46º51.03%56.86%-
XYZ17.3811.9119.47-
YUV98.83140.52160.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.03%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=43.03%
G=21.07%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457112100.510.170.43319.4634.2642.35
Hex914779033112B13f222a
Octal22110717106321534774252
Binary1001000110001111111001011001110001101011100111111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914779; }

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

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

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

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

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

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

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

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