#9B6A88

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

Shades of Strikemaster #9B6A88

Tints of Strikemaster #9B6A88

Color information

#9B6A88 (or 0x9B6A88) is unknown color: approx Strikemaster. HEX triplet: 9B, 6A and 88. RGB value is (155,106,136). Sum of RGB (Red+Green+Blue) = 155+106+136=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6A88 is #649577. Grayscale: #7C7C7C. Windows color (decimal): -6591864 or 8940187. OLE color: 8940187.

HSL color Cylindrical-coordinate representation of color #9B6A88: hue angle of 323.27º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B6A88 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB155106136-
CMYK00.320.120.39
HSL323.27º19.68%51.18%-
HSV(B)323.27º31.61%60.78%-
XYZ23.1219.0525.75-
YUV124.07134.73150.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.04%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=39.04%
G=26.70%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510613600.320.120.39323.2719.6851.18
Hex9B6A88020C271431433
Octal23315221004014475032463
Binary100110111101010100010000100000110010011110100001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,106,136); }

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

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

 a { background-color: rgb(155,106,136); }

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

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

 span { border-color: rgb(155,106,136); }

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