#996482

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

Shades of Strikemaster #996482

Tints of Strikemaster #996482

Color information

#996482 (or 0x996482) is unknown color: approx Strikemaster. HEX triplet: 99, 64 and 82. RGB value is (153,100,130). Sum of RGB (Red+Green+Blue) = 153+100+130=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #996482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996482 is #669B7D. Grayscale: #777777. Windows color (decimal): -6724478 or 8545433. OLE color: 8545433.

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

Color convert

RGB153100130-
CMYK00.350.150.4
HSL326.04º20.95%49.61%-
HSV(B)326.04º34.64%60%-
XYZ21.7217.523.35-
YUV119.27134.06152.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=39.95%
G=26.11%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310013000.350.150.4326.0420.9549.61
Hex996482023F281461532
Octal23114420204317505062562
Binary100110011100100100000100100011111110100010100011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996482; }

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

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

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

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

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

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

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

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