#9A4E78

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

Shades of Strikemaster #9A4E78

Tints of Strikemaster #9A4E78

Color information

#9A4E78 (or 0x9A4E78) is unknown color: approx Strikemaster. HEX triplet: 9A, 4E and 78. RGB value is (154,78,120). Sum of RGB (Red+Green+Blue) = 154+78+120=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4E78 is #65B187. Grayscale: #696969. Windows color (decimal): -6664584 or 7884442. OLE color: 7884442.

HSL color Cylindrical-coordinate representation of color #9A4E78: hue angle of 326.84º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A4E78 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB15478120-
CMYK00.490.220.40
HSL326.84º32.76%45.49%-
HSV(B)326.84º49.35%60.39%-
XYZ19.4413.6719.38-
YUV105.51136.18162.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.75%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=43.75%
G=22.16%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547812000.490.220.40326.8432.7645.49
Hex9A4E780311628147212d
Octal23211617006126505074155
Binary1001101010011101111000011000110110101000101000111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A4E78; }

 p { color: rgb(154,78,120); }

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

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

 a { background-color: rgb(154,78,120); }

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

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

 span { border-color: rgb(154,78,120); }

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