#9C637D

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

Shades of Strikemaster #9C637D

Tints of Strikemaster #9C637D

Color information

#9C637D (or 0x9C637D) is unknown color: approx Strikemaster. HEX triplet: 9C, 63 and 7D. RGB value is (156,99,125). Sum of RGB (Red+Green+Blue) = 156+99+125=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C637D is #639C82. Grayscale: #767676. Windows color (decimal): -6528131 or 8217500. OLE color: 8217500.

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

Color convert

RGB15699125-
CMYK00.370.200.39
HSL332.63º22.35%50%-
HSV(B)332.63º36.54%61.18%-
XYZ21.8717.4721.62-
YUV119.01131.38154.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.05%
GREEN value IS 99 (39.06% from 255) = 26.05%
BLUE value IS 125 (49.22% from 255) = 32.89%
R=41.05%
G=26.05%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569912500.370.200.39332.6322.3550
Hex9C637D025142714d1632
Octal23414317504524475152662
Binary100111001100011111110101001011010010011110100110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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