#9C6885

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

Shades of Strikemaster #9C6885

Tints of Strikemaster #9C6885

Color information

#9C6885 (or 0x9C6885) is unknown color: approx Strikemaster. HEX triplet: 9C, 68 and 85. RGB value is (156,104,133). Sum of RGB (Red+Green+Blue) = 156+104+133=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6885 is #63977A. Grayscale: #7A7A7A. Windows color (decimal): -6526843 or 8743068. OLE color: 8743068.

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

Color convert

RGB156104133-
CMYK00.330.150.39
HSL326.54º20.8%50.98%-
HSV(B)326.54º33.33%61.18%-
XYZ22.8918.6624.59-
YUV122.85133.73151.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.69%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=39.69%
G=26.46%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610413300.330.150.39326.5420.850.98
Hex9C6885021F271471533
Octal23415020504117475072563
Binary100111001101000100001010100001111110011110100011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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