#996A7D

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

Shades of Strikemaster #996A7D

Tints of Strikemaster #996A7D

Color information

#996A7D (or 0x996A7D) is unknown color: approx Strikemaster. HEX triplet: 99, 6A and 7D. RGB value is (153,106,125). Sum of RGB (Red+Green+Blue) = 153+106+125=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #996A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A7D is #669582. Grayscale: #7A7A7A. Windows color (decimal): -6722947 or 8219289. OLE color: 8219289.

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

Color convert

RGB153106125-
CMYK00.310.180.4
HSL335.74º18.73%50.78%-
HSV(B)335.74º30.72%60%-
XYZ21.9918.5621.83-
YUV122.22129.57149.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 125 (49.22% from 255) = 32.55%
R=39.84%
G=27.60%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310612500.310.180.4335.7418.7350.78
Hex996A7D01F12281501333
Octal23115217503722505202363
Binary10011001110101011111010111111001010100010101000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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