#9C678D

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

Shades of Strikemaster #9C678D

Tints of Strikemaster #9C678D

Color information

#9C678D (or 0x9C678D) is unknown color: approx Strikemaster. HEX triplet: 9C, 67 and 8D. RGB value is (156,103,141). Sum of RGB (Red+Green+Blue) = 156+103+141=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C678D is #639872. Grayscale: #7B7B7B. Windows color (decimal): -6527091 or 9267100. OLE color: 9267100.

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

Color convert

RGB156103141-
CMYK00.340.100.39
HSL316.98º21.12%50.78%-
HSV(B)316.98º33.97%61.18%-
XYZ23.3718.6927.58-
YUV123.18138.06151.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=39%
G=25.75%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610314100.340.100.39316.9821.1250.78
Hex9C678D022A2713d1533
Octal23414721504212474752563
Binary100111001100111100011010100010101010011110011110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,103,141); }

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

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

 a { background-color: rgb(156,103,141); }

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

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

 span { border-color: rgb(156,103,141); }

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