#914978

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

Shades of Strikemaster #914978

Tints of Strikemaster #914978

Color information

#914978 (or 0x914978) is unknown color: approx Strikemaster. HEX triplet: 91, 49 and 78. RGB value is (145,73,120). Sum of RGB (Red+Green+Blue) = 145+73+120=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #914978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914978 is #6EB687. Grayscale: #636363. Windows color (decimal): -7255688 or 7883153. OLE color: 7883153.

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

Color convert

RGB14573120-
CMYK00.500.170.43
HSL320.83º33.03%42.75%-
HSV(B)320.83º49.66%56.86%-
XYZ17.4512.1419.19-
YUV99.89139.35160.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.90%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=42.90%
G=21.60%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457312000.500.170.43320.8333.0342.75
Hex914978032112B141212b
Octal22111117006221535014153
Binary1001000110010011111000011001010001101011101000001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914978; }

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

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

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

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

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

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

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

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