Shades of Strikemaster #995383
Tints of Strikemaster #995383
RGB
CMYK
RGB Variations
Color information
#995383 (or 0x995383) is known color: Strikemaster. HEX triplet: 99, 53 and 83. RGB value is (153,83,131). Sum of RGB (Red+Green+Blue) = 153+83+131=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #995383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995383 is #66AC7C. Grayscale: #6D6D6D. Windows color (decimal): -6728829 or 8606617. OLE color: 8606617.
HSL color Cylindrical-coordinate representation of color #995383: hue angle of 318.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995383 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 131 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.4 |
| HSL | 318.86º | 0.3% | 0.46% | - |
| HSV(B) | 318.86º | 0.46% | 0.6% | - |
| XYZ | 20.33 | 14.6 | 23.22 | - |
| YUV | 109.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 131 | 0 | 0.46 | 0.14 | 0.4 | 318.86 | 0.3 | 0.46 |
| Hex | 99 | 53 | 83 | 0 | 2E | E | 28 | 13F | 1E | 2E |
| Octal | 231 | 123 | 203 | 0 | 56 | 16 | 50 | 477 | 36 | 56 |
| Binary | 10011001 | 1010011 | 10000011 | 0 | 101110 | 1110 | 101000 | 100111111 | 11110 | 101110 |
Color Harmonies of #995383
Complementary color
Monochromatic Colors of #995383
Black with #995383
Text Example
Text Example
White with #995383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995383; }
p { color: rgb(153,83,131); }
H1.HeaderClassName
{
color: #995383;
}
.AnyTagClassName
{
color: #995383;
}
</style>
background-color css
<style>
a { background-color: #995383; }
a { background-color: rgb(153,83,131); }
div.DivClassName
{
background-color: #995383;
}
.BgClassName
{
background-color: #995383;
}
</style>
border-color css
<style>
span { border-color: #995383; }
span { border-color: rgb(153,83,131); }
td.TdClassName
{
border-color: #995383;
}
.TagClassName
{
border-color: #995383;
}
</style>