#9B637D

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

Shades of Strikemaster #9B637D

Tints of Strikemaster #9B637D

Color information

#9B637D (or 0x9B637D) is unknown color: approx Strikemaster. HEX triplet: 9B, 63 and 7D. RGB value is (155,99,125). Sum of RGB (Red+Green+Blue) = 155+99+125=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B637D is #649C82. Grayscale: #767676. Windows color (decimal): -6593667 or 8217499. OLE color: 8217499.

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

Color convert

RGB15599125-
CMYK00.360.190.39
HSL332.14º22.05%49.8%-
HSV(B)332.14º36.13%60.78%-
XYZ21.6817.3721.61-
YUV118.71131.55153.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.90%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=40.90%
G=26.12%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559912500.360.190.39332.1422.0549.8
Hex9B637D024132714c1632
Octal23314317504423475142662
Binary100110111100011111110101001001001110011110100110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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