#996283

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

Shades of Strikemaster #996283

Tints of Strikemaster #996283

Color information

#996283 (or 0x996283) is unknown color: approx Strikemaster. HEX triplet: 99, 62 and 83. RGB value is (153,98,131). Sum of RGB (Red+Green+Blue) = 153+98+131=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #996283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996283 is #669D7C. Grayscale: #767676. Windows color (decimal): -6724989 or 8610457. OLE color: 8610457.

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

Color convert

RGB15398131-
CMYK00.360.140.4
HSL324º21.91%49.22%-
HSV(B)324º35.95%60%-
XYZ21.617.1523.64-
YUV118.21135.22152.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 131 (51.56% from 255) = 34.29%
R=40.05%
G=25.65%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539813100.360.140.432421.9149.22
Hex996283024E281441631
Octal23114220304416505042661
Binary100110011100010100000110100100111010100010100010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996283; }

 p { color: rgb(153,98,131); }

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

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

 a { background-color: rgb(153,98,131); }

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

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

 span { border-color: rgb(153,98,131); }

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