#9C4E86

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

Shades of Strikemaster #9C4E86

Tints of Strikemaster #9C4E86

Color information

#9C4E86 (or 0x9C4E86) is unknown color: approx Strikemaster. HEX triplet: 9C, 4E and 86. RGB value is (156,78,134). Sum of RGB (Red+Green+Blue) = 156+78+134=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4E86 is #63B179. Grayscale: #6B6B6B. Windows color (decimal): -6533498 or 8801948. OLE color: 8801948.

HSL color Cylindrical-coordinate representation of color #9C4E86: hue angle of 316.92º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C4E86 is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB15678134-
CMYK00.50.140.39
HSL316.92º33.33%45.88%-
HSV(B)316.92º50%61.18%-
XYZ20.7414.2424.21-
YUV107.71142.84162.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.39%
GREEN value IS 78 (30.86% from 255) = 21.20%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=42.39%
G=21.20%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567813400.50.140.39316.9233.3345.88
Hex9C4E86032E2713d212e
Octal23411620606216474754156
Binary1001110010011101000011001100101110100111100111101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,78,134); }

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

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

 a { background-color: rgb(156,78,134); }

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

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

 span { border-color: rgb(156,78,134); }

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