#9B6E88

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

Shades of Strikemaster #9B6E88

Tints of Strikemaster #9B6E88

Color information

#9B6E88 (or 0x9B6E88) is unknown color: approx Strikemaster. HEX triplet: 9B, 6E and 88. RGB value is (155,110,136). Sum of RGB (Red+Green+Blue) = 155+110+136=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6E88 is #649177. Grayscale: #7E7E7E. Windows color (decimal): -6590840 or 8941211. OLE color: 8941211.

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

Color convert

RGB155110136-
CMYK00.290.120.39
HSL325.33º18.37%51.96%-
HSV(B)325.33º29.03%60.78%-
XYZ23.5419.925.89-
YUV126.42133.41148.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.65%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=38.65%
G=27.43%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511013600.290.120.39325.3318.3751.96
Hex9B6E8801DC271451234
Octal23315621003514475052264
Binary10011011110111010001000011101110010011110100010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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