#9B7087

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

Shades of Strikemaster #9B7087

Tints of Strikemaster #9B7087

Color information

#9B7087 (or 0x9B7087) is unknown color: approx Strikemaster. HEX triplet: 9B, 70 and 87. RGB value is (155,112,135). Sum of RGB (Red+Green+Blue) = 155+112+135=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7087 is #648F78. Grayscale: #7F7F7F. Windows color (decimal): -6590329 or 8876187. OLE color: 8876187.

HSL color Cylindrical-coordinate representation of color #9B7087: hue angle of 327.91º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B7087 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB155112135-
CMYK00.280.130.39
HSL327.91º17.7%52.35%-
HSV(B)327.91º27.74%60.78%-
XYZ23.6820.3125.59-
YUV127.48132.25147.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.56%
GREEN value IS 112 (44.14% from 255) = 27.86%
BLUE value IS 135 (53.12% from 255) = 33.58%
R=38.56%
G=27.86%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511213500.280.130.39327.9117.752.35
Hex9B708701CD271481234
Octal23316020703415475102264
Binary10011011111000010000111011100110110011110100100010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,112,135); }

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

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

 a { background-color: rgb(155,112,135); }

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

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

 span { border-color: rgb(155,112,135); }

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