#9C6887

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

Shades of Strikemaster #9C6887

Tints of Strikemaster #9C6887

Color information

#9C6887 (or 0x9C6887) is unknown color: approx Strikemaster. HEX triplet: 9C, 68 and 87. RGB value is (156,104,135). Sum of RGB (Red+Green+Blue) = 156+104+135=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6887 is #639778. Grayscale: #7B7B7B. Windows color (decimal): -6526841 or 8874140. OLE color: 8874140.

HSL color Cylindrical-coordinate representation of color #9C6887: hue angle of 324.23º degrees, saturation: 0.21, 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 #9C6887 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB156104135-
CMYK00.330.130.39
HSL324.23º20.8%50.98%-
HSV(B)324.23º33.33%61.18%-
XYZ23.0318.7225.32-
YUV123.08134.73151.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.49%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 135 (53.12% from 255) = 34.18%
R=39.49%
G=26.33%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610413500.330.130.39324.2320.850.98
Hex9C6887021D271441533
Octal23415020704115475042563
Binary100111001101000100001110100001110110011110100010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,104,135); }

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

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

 a { background-color: rgb(156,104,135); }

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

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

 span { border-color: rgb(156,104,135); }

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