#996780

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

Shades of Strikemaster #996780

Tints of Strikemaster #996780

Color information

#996780 (or 0x996780) is unknown color: approx Strikemaster. HEX triplet: 99, 67 and 80. RGB value is (153,103,128). Sum of RGB (Red+Green+Blue) = 153+103+128=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #996780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996780 is #66987F. Grayscale: #787878. Windows color (decimal): -6723712 or 8415129. OLE color: 8415129.

HSL color Cylindrical-coordinate representation of color #996780: hue angle of 330º 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 #996780 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB153103128-
CMYK00.330.160.4
HSL330º19.69%50.2%-
HSV(B)330º32.68%60%-
XYZ21.8818.0322.75-
YUV120.8132.06150.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 103 (40.62% from 255) = 26.82%
BLUE value IS 128 (50.39% from 255) = 33.33%
R=39.84%
G=26.82%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310312800.330.160.433019.6950.2
Hex996780021102814a1432
Octal23114720004120505122462
Binary1001100111001111000000001000011000010100010100101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996780; }

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

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

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

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

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

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

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

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