#996181

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

Shades of Strikemaster #996181

Tints of Strikemaster #996181

Color information

#996181 (or 0x996181) is unknown color: approx Strikemaster. HEX triplet: 99, 61 and 81. RGB value is (153,97,129). Sum of RGB (Red+Green+Blue) = 153+97+129=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #996181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996181 is #669E7E. Grayscale: #757575. Windows color (decimal): -6725247 or 8479129. OLE color: 8479129.

HSL color Cylindrical-coordinate representation of color #996181: hue angle of 325.71º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996181 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB15397129-
CMYK00.370.160.4
HSL325.71º22.4%49.02%-
HSV(B)325.71º36.6%60%-
XYZ21.3716.9122.91-
YUV117.39134.55153.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 129 (50.78% from 255) = 34.04%
R=40.37%
G=25.59%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539712900.370.160.4325.7122.449.02
Hex99618102510281461631
Octal23114120104520505062661
Binary1001100111000011000000101001011000010100010100011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996181; }

 p { color: rgb(153,97,129); }

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

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

 a { background-color: rgb(153,97,129); }

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

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

 span { border-color: rgb(153,97,129); }

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