Shades of Strikemaster #99618A
Tints of Strikemaster #99618A
RGB
CMYK
RGB Variations
Color information
#99618A (or 0x99618A) is known color: Strikemaster. HEX triplet: 99, 61 and 8A. RGB value is (153,97,138). Sum of RGB (Red+Green+Blue) = 153+97+138=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #99618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99618A is #669E75. Grayscale: #767676. Windows color (decimal): -6725238 or 9068953. OLE color: 9068953.
HSL color Cylindrical-coordinate representation of color #99618A: hue angle of 316.07º 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 #99618A is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 138 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.4 |
| HSL | 316.07º | 0.22% | 0.49% | - |
| HSV(B) | 316.07º | 0.37% | 0.6% | - |
| XYZ | 22 | 17.16 | 26.2 | - |
| YUV | 118.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 138 | 0 | 0.37 | 0.10 | 0.4 | 316.07 | 0.22 | 0.49 |
| Hex | 99 | 61 | 8A | 0 | 25 | A | 28 | 13C | 16 | 31 |
| Octal | 231 | 141 | 212 | 0 | 45 | 12 | 50 | 474 | 26 | 61 |
| Binary | 10011001 | 1100001 | 10001010 | 0 | 100101 | 1010 | 101000 | 100111100 | 10110 | 110001 |
Color Harmonies of #99618A
Complementary color
Monochromatic Colors of #99618A
Black with #99618A
Text Example
Text Example
White with #99618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99618A; }
p { color: rgb(153,97,138); }
H1.HeaderClassName
{
color: #99618A;
}
.AnyTagClassName
{
color: #99618A;
}
</style>
background-color css
<style>
a { background-color: #99618A; }
a { background-color: rgb(153,97,138); }
div.DivClassName
{
background-color: #99618A;
}
.BgClassName
{
background-color: #99618A;
}
</style>
border-color css
<style>
span { border-color: #99618A; }
span { border-color: rgb(153,97,138); }
td.TdClassName
{
border-color: #99618A;
}
.TagClassName
{
border-color: #99618A;
}
</style>