#9B6788

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

Shades of Strikemaster #9B6788

Tints of Strikemaster #9B6788

Color information

#9B6788 (or 0x9B6788) is unknown color: approx Strikemaster. HEX triplet: 9B, 67 and 88. RGB value is (155,103,136). Sum of RGB (Red+Green+Blue) = 155+103+136=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6788 is #649877. Grayscale: #7A7A7A. Windows color (decimal): -6592632 or 8939419. OLE color: 8939419.

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

Color convert

RGB155103136-
CMYK00.340.120.39
HSL321.92º20.63%50.59%-
HSV(B)321.92º33.55%60.78%-
XYZ22.8118.4525.65-
YUV122.31135.73151.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.34%
GREEN value IS 103 (40.62% from 255) = 26.14%
BLUE value IS 136 (53.52% from 255) = 34.52%
R=39.34%
G=26.14%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510313600.340.120.39321.9220.6350.59
Hex9B6788022C271421533
Octal23314721004214475022563
Binary100110111100111100010000100010110010011110100001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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