#9C517A

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

Shades of Strikemaster #9C517A

Tints of Strikemaster #9C517A

Color information

#9C517A (or 0x9C517A) is unknown color: approx Strikemaster. HEX triplet: 9C, 51 and 7A. RGB value is (156,81,122). Sum of RGB (Red+Green+Blue) = 156+81+122=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C517A is #63AE85. Grayscale: #6C6C6C. Windows color (decimal): -6532742 or 8016284. OLE color: 8016284.

HSL color Cylindrical-coordinate representation of color #9C517A: hue angle of 327.2º 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 #9C517A is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB15681122-
CMYK00.480.220.39
HSL327.2º31.65%46.47%-
HSV(B)327.2º48.08%61.18%-
XYZ20.1714.3620.12-
YUV108.1135.85162.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.45%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=43.45%
G=22.56%
B=33.98%

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
Decimal1568112200.480.220.39327.231.6546.47
Hex9C517A0301627147202e
Octal23412117206026475074056
Binary1001110010100011111010011000010110100111101000111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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