#9C517D

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

Shades of Strikemaster #9C517D

Tints of Strikemaster #9C517D

Color information

#9C517D (or 0x9C517D) is unknown color: approx Strikemaster. HEX triplet: 9C, 51 and 7D. RGB value is (156,81,125). Sum of RGB (Red+Green+Blue) = 156+81+125=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C517D is #63AE82. Grayscale: #6C6C6C. Windows color (decimal): -6532739 or 8212892. OLE color: 8212892.

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

Color convert

RGB15681125-
CMYK00.480.200.39
HSL324.8º31.65%46.47%-
HSV(B)324.8º48.08%61.18%-
XYZ20.3514.4321.12-
YUV108.44137.35161.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.09%
GREEN value IS 81 (32.03% from 255) = 22.38%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=43.09%
G=22.38%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568112500.480.200.39324.831.6546.47
Hex9C517D0301427145202e
Octal23412117506024475054056
Binary1001110010100011111101011000010100100111101000101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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