#996782

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

Shades of Strikemaster #996782

Tints of Strikemaster #996782

Color information

#996782 (or 0x996782) is unknown color: approx Strikemaster. HEX triplet: 99, 67 and 82. RGB value is (153,103,130). Sum of RGB (Red+Green+Blue) = 153+103+130=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #996782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996782 is #66987D. Grayscale: #787878. Windows color (decimal): -6723710 or 8546201. OLE color: 8546201.

HSL color Cylindrical-coordinate representation of color #996782: hue angle of 327.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996782 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB153103130-
CMYK00.330.150.4
HSL327.6º19.69%50.2%-
HSV(B)327.6º32.68%60%-
XYZ22.0218.0823.45-
YUV121.03133.06150.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=39.64%
G=26.68%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310313000.330.150.4327.619.6950.2
Hex996782021F281481432
Octal23114720204117505102462
Binary100110011100111100000100100001111110100010100100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996782; }

 p { color: rgb(153,103,130); }

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

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

 a { background-color: rgb(153,103,130); }

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

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

 span { border-color: rgb(153,103,130); }

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