#9B7085

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

Shades of Strikemaster #9B7085

Tints of Strikemaster #9B7085

Color information

#9B7085 (or 0x9B7085) is unknown color: approx Strikemaster. HEX triplet: 9B, 70 and 85. RGB value is (155,112,133). Sum of RGB (Red+Green+Blue) = 155+112+133=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7085 is #648F7A. Grayscale: #7F7F7F. Windows color (decimal): -6590331 or 8745115. OLE color: 8745115.

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

Color convert

RGB155112133-
CMYK00.280.140.39
HSL330.7º17.7%52.35%-
HSV(B)330.7º27.74%60.78%-
XYZ23.5520.2524.86-
YUV127.25131.25147.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.75%
GREEN value IS 112 (44.14% from 255) = 28%
BLUE value IS 133 (52.34% from 255) = 33.25%
R=38.75%
G=28%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511213300.280.140.39330.717.752.35
Hex9B708501CE2714b1234
Octal23316020503416475132264
Binary10011011111000010000101011100111010011110100101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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