#9C6B82

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

Shades of Strikemaster #9C6B82

Tints of Strikemaster #9C6B82

Color information

#9C6B82 (or 0x9C6B82) is unknown color: approx Strikemaster. HEX triplet: 9C, 6B and 82. RGB value is (156,107,130). Sum of RGB (Red+Green+Blue) = 156+107+130=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6B82 is #63947D. Grayscale: #7C7C7C. Windows color (decimal): -6526078 or 8547228. OLE color: 8547228.

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

Color convert

RGB156107130-
CMYK00.310.170.39
HSL331.84º19.84%51.57%-
HSV(B)331.84º31.41%61.18%-
XYZ2319.223.61-
YUV124.27131.23150.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.69%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=39.69%
G=27.23%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610713000.310.170.39331.8419.8451.57
Hex9C6B8201F112714c1434
Octal23415320203721475142464
Binary100111001101011100000100111111000110011110100110010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,107,130); }

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

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

 a { background-color: rgb(156,107,130); }

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

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

 span { border-color: rgb(156,107,130); }

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