#9B627C

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

Shades of Strikemaster #9B627C

Tints of Strikemaster #9B627C

Color information

#9B627C (or 0x9B627C) is unknown color: approx Strikemaster. HEX triplet: 9B, 62 and 7C. RGB value is (155,98,124). Sum of RGB (Red+Green+Blue) = 155+98+124=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B627C is #649D83. Grayscale: #757575. Windows color (decimal): -6593924 or 8151707. OLE color: 8151707.

HSL color Cylindrical-coordinate representation of color #9B627C: hue angle of 332.63º degrees, saturation: 0.23, 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 #9B627C is Cyan = 0, Magento = 0.37, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB15598124-
CMYK00.370.20.39
HSL332.63º22.53%49.61%-
HSV(B)332.63º36.77%60.78%-
XYZ21.5217.1621.25-
YUV118.01131.38154.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.11%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=41.11%
G=25.99%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559812400.370.20.39332.6322.5349.61
Hex9B627C025142714d1732
Octal23314217404524475152762
Binary100110111100010111110001001011010010011110100110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,98,124); }

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

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

 a { background-color: rgb(155,98,124); }

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

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

 span { border-color: rgb(155,98,124); }

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