#996E7D

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

Shades of Strikemaster #996E7D

Tints of Strikemaster #996E7D

Color information

#996E7D (or 0x996E7D) is unknown color: approx Strikemaster. HEX triplet: 99, 6E and 7D. RGB value is (153,110,125). Sum of RGB (Red+Green+Blue) = 153+110+125=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #996E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E7D is #669182. Grayscale: #7C7C7C. Windows color (decimal): -6721923 or 8220313. OLE color: 8220313.

HSL color Cylindrical-coordinate representation of color #996E7D: hue angle of 339.07º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #996E7D is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB153110125-
CMYK00.280.180.4
HSL339.07º17.41%51.57%-
HSV(B)339.07º28.1%60%-
XYZ22.4119.421.97-
YUV124.57128.25148.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.43%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=39.43%
G=28.35%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311012500.280.180.4339.0717.4151.57
Hex996E7D01C12281531134
Octal23115617503422505232164
Binary10011001110111011111010111001001010100010101001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996E7D; }

 p { color: rgb(153,110,125); }

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

<style>
 a { background-color: #996E7D; }

 a { background-color: rgb(153,110,125); }

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

<style>
 span { border-color: #996E7D; }

 span { border-color: rgb(153,110,125); }

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