#9C5179

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

Shades of Strikemaster #9C5179

Tints of Strikemaster #9C5179

Color information

#9C5179 (or 0x9C5179) is unknown color: approx Strikemaster. HEX triplet: 9C, 51 and 79. RGB value is (156,81,121). Sum of RGB (Red+Green+Blue) = 156+81+121=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5179 is #63AE86. Grayscale: #6B6B6B. Windows color (decimal): -6532743 or 7950748. OLE color: 7950748.

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

Color convert

RGB15681121-
CMYK00.480.220.39
HSL328º31.65%46.47%-
HSV(B)328º48.08%61.18%-
XYZ20.114.3319.8-
YUV107.98135.35162.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.58%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 121 (47.66% from 255) = 33.80%
R=43.58%
G=22.63%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568112100.480.220.3932831.6546.47
Hex9C51790301627148202e
Octal23412117106026475104056
Binary1001110010100011111001011000010110100111101001000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,81,121); }

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

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

 a { background-color: rgb(156,81,121); }

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

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

 span { border-color: rgb(156,81,121); }

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