#9C4780

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

Shades of Strikemaster #9C4780

Tints of Strikemaster #9C4780

Color information

#9C4780 (or 0x9C4780) is unknown color: approx Strikemaster. HEX triplet: 9C, 47 and 80. RGB value is (156,71,128). Sum of RGB (Red+Green+Blue) = 156+71+128=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4780 is #63B87F. Grayscale: #666666. Windows color (decimal): -6535296 or 8406940. OLE color: 8406940.

HSL color Cylindrical-coordinate representation of color #9C4780: hue angle of 319.76º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C4780 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB15671128-
CMYK00.540.180.39
HSL319.76º37.44%44.51%-
HSV(B)319.76º54.49%61.18%-
XYZ19.8613.1321.91-
YUV102.91142.16165.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.94%
GREEN value IS 71 (28.12% from 255) = 20%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=43.94%
G=20%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567112800.540.180.39319.7637.4444.51
Hex9C47800361227140252d
Octal23410720006622475004555
Binary10011100100011110000000011011010010100111101000000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,71,128); }

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

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

 a { background-color: rgb(156,71,128); }

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

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

 span { border-color: rgb(156,71,128); }

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