#9C667D

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

Shades of Strikemaster #9C667D

Tints of Strikemaster #9C667D

Color information

#9C667D (or 0x9C667D) is unknown color: approx Strikemaster. HEX triplet: 9C, 66 and 7D. RGB value is (156,102,125). Sum of RGB (Red+Green+Blue) = 156+102+125=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C667D is #639982. Grayscale: #787878. Windows color (decimal): -6527363 or 8218268. OLE color: 8218268.

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

Color convert

RGB156102125-
CMYK00.350.200.39
HSL334.44º21.43%50.59%-
HSV(B)334.44º34.62%61.18%-
XYZ22.1618.0521.72-
YUV120.77130.39153.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.73%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=40.73%
G=26.63%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610212500.350.200.39334.4421.4350.59
Hex9C667D023142714e1533
Octal23414617504324475162563
Binary100111001100110111110101000111010010011110100111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,102,125); }

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

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

 a { background-color: rgb(156,102,125); }

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

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

 span { border-color: rgb(156,102,125); }

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