#9B6889

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

Shades of Strikemaster #9B6889

Tints of Strikemaster #9B6889

Color information

#9B6889 (or 0x9B6889) is unknown color: approx Strikemaster. HEX triplet: 9B, 68 and 89. RGB value is (155,104,137). Sum of RGB (Red+Green+Blue) = 155+104+137=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6889 is #649776. Grayscale: #7A7A7A. Windows color (decimal): -6592375 or 9005211. OLE color: 9005211.

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

Color convert

RGB155104137-
CMYK00.330.120.39
HSL321.18º20.32%50.78%-
HSV(B)321.18º32.9%60.78%-
XYZ22.9818.6826.06-
YUV123.01135.9150.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.14%
GREEN value IS 104 (41.02% from 255) = 26.26%
BLUE value IS 137 (53.91% from 255) = 34.60%
R=39.14%
G=26.26%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510413700.330.120.39321.1820.3250.78
Hex9B6889021C271411433
Octal23315021104114475012463
Binary100110111101000100010010100001110010011110100000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,104,137); }

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

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

 a { background-color: rgb(155,104,137); }

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

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

 span { border-color: rgb(155,104,137); }

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