#9A5C78

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

Shades of Strikemaster #9A5C78

Tints of Strikemaster #9A5C78

Color information

#9A5C78 (or 0x9A5C78) is unknown color: approx Strikemaster. HEX triplet: 9A, 5C and 78. RGB value is (154,92,120). Sum of RGB (Red+Green+Blue) = 154+92+120=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5C78 is #65A387. Grayscale: #717171. Windows color (decimal): -6661000 or 7888026. OLE color: 7888026.

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

Color convert

RGB15492120-
CMYK00.400.220.40
HSL332.9º25.2%48.24%-
HSV(B)332.9º40.26%60.39%-
XYZ20.5415.8819.75-
YUV113.73131.54156.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.08%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 120 (47.27% from 255) = 32.79%
R=42.08%
G=25.14%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1549212000.400.220.40332.925.248.24
Hex9A5C78028162814d1930
Octal23213417005026505153160
Binary100110101011100111100001010001011010100010100110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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