Shades of Strikemaster #99638C
Tints of Strikemaster #99638C
RGB
CMYK
RGB Variations
Color information
#99638C (or 0x99638C) is known color: Strikemaster. HEX triplet: 99, 63 and 8C. RGB value is (153,99,140). Sum of RGB (Red+Green+Blue) = 153+99+140=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #99638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99638C is #669C73. Grayscale: #777777. Windows color (decimal): -6724724 or 9200537. OLE color: 9200537.
HSL color Cylindrical-coordinate representation of color #99638C: hue angle of 314.44º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99638C is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 140 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.4 |
| HSL | 314.44º | 0.21% | 0.49% | - |
| HSV(B) | 314.44º | 0.35% | 0.6% | - |
| XYZ | 22.33 | 17.59 | 27.03 | - |
| YUV | 119.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 140 | 0 | 0.35 | 0.08 | 0.4 | 314.44 | 0.21 | 0.49 |
| Hex | 99 | 63 | 8C | 0 | 23 | 8 | 28 | 13A | 15 | 31 |
| Octal | 231 | 143 | 214 | 0 | 43 | 10 | 50 | 472 | 25 | 61 |
| Binary | 10011001 | 1100011 | 10001100 | 0 | 100011 | 1000 | 101000 | 100111010 | 10101 | 110001 |
Color Harmonies of #99638C
Complementary color
Monochromatic Colors of #99638C
Black with #99638C
Text Example
Text Example
White with #99638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99638C; }
p { color: rgb(153,99,140); }
H1.HeaderClassName
{
color: #99638C;
}
.AnyTagClassName
{
color: #99638C;
}
</style>
background-color css
<style>
a { background-color: #99638C; }
a { background-color: rgb(153,99,140); }
div.DivClassName
{
background-color: #99638C;
}
.BgClassName
{
background-color: #99638C;
}
</style>
border-color css
<style>
span { border-color: #99638C; }
span { border-color: rgb(153,99,140); }
td.TdClassName
{
border-color: #99638C;
}
.TagClassName
{
border-color: #99638C;
}
</style>