Shades of Strikemaster #9A5583
Tints of Strikemaster #9A5583
RGB
CMYK
RGB Variations
Color information
#9A5583 (or 0x9A5583) is known color: Strikemaster. HEX triplet: 9A, 55 and 83. RGB value is (154,85,131). Sum of RGB (Red+Green+Blue) = 154+85+131=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5583 is #65AA7C. Grayscale: #6E6E6E. Windows color (decimal): -6662781 or 8607130. OLE color: 8607130.
HSL color Cylindrical-coordinate representation of color #9A5583: hue angle of 320º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A5583 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 85 | 131 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.40 |
| HSL | 320º | 0.29% | 0.47% | - |
| HSV(B) | 320º | 0.45% | 0.6% | - |
| XYZ | 20.67 | 15.01 | 23.28 | - |
| YUV | 110.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 85 | 131 | 0 | 0.45 | 0.15 | 0.40 | 320 | 0.29 | 0.47 |
| Hex | 9A | 55 | 83 | 0 | 2D | F | 28 | 140 | 1D | 2F |
| Octal | 232 | 125 | 203 | 0 | 55 | 17 | 50 | 500 | 35 | 57 |
| Binary | 10011010 | 1010101 | 10000011 | 0 | 101101 | 1111 | 101000 | 101000000 | 11101 | 101111 |
Color Harmonies of #9A5583
Complementary color
Monochromatic Colors of #9A5583
Black with #9A5583
Text Example
Text Example
White with #9A5583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5583; }
p { color: rgb(154,85,131); }
H1.HeaderClassName
{
color: #9A5583;
}
.AnyTagClassName
{
color: #9A5583;
}
</style>
background-color css
<style>
a { background-color: #9A5583; }
a { background-color: rgb(154,85,131); }
div.DivClassName
{
background-color: #9A5583;
}
.BgClassName
{
background-color: #9A5583;
}
</style>
border-color css
<style>
span { border-color: #9A5583; }
span { border-color: rgb(154,85,131); }
td.TdClassName
{
border-color: #9A5583;
}
.TagClassName
{
border-color: #9A5583;
}
</style>