Shades of Strikemaster #935F89
Tints of Strikemaster #935F89
RGB
CMYK
RGB Variations
Color information
#935F89 (or 0x935F89) is known color: Strikemaster. HEX triplet: 93, 5F and 89. RGB value is (147,95,137). Sum of RGB (Red+Green+Blue) = 147+95+137=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #935F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935F89 is #6CA076. Grayscale: #737373. Windows color (decimal): -7118967 or 9002899. OLE color: 9002899.
HSL color Cylindrical-coordinate representation of color #935F89: hue angle of 311.54º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #935F89 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 95 | 137 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.42 |
| HSL | 311.54º | 0.21% | 0.47% | - |
| HSV(B) | 311.54º | 0.35% | 0.58% | - |
| XYZ | 20.64 | 16.19 | 25.7 | - |
| YUV | 115.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 137 | 0 | 0.35 | 0.07 | 0.42 | 311.54 | 0.21 | 0.47 |
| Hex | 93 | 5F | 89 | 0 | 23 | 7 | 2A | 138 | 15 | 2F |
| Octal | 223 | 137 | 211 | 0 | 43 | 7 | 52 | 470 | 25 | 57 |
| Binary | 10010011 | 1011111 | 10001001 | 0 | 100011 | 111 | 101010 | 100111000 | 10101 | 101111 |
Color Harmonies of #935F89
Complementary color
Monochromatic Colors of #935F89
Black with #935F89
Text Example
Text Example
White with #935F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935F89; }
p { color: rgb(147,95,137); }
H1.HeaderClassName
{
color: #935F89;
}
.AnyTagClassName
{
color: #935F89;
}
</style>
background-color css
<style>
a { background-color: #935F89; }
a { background-color: rgb(147,95,137); }
div.DivClassName
{
background-color: #935F89;
}
.BgClassName
{
background-color: #935F89;
}
</style>
border-color css
<style>
span { border-color: #935F89; }
span { border-color: rgb(147,95,137); }
td.TdClassName
{
border-color: #935F89;
}
.TagClassName
{
border-color: #935F89;
}
</style>