Shades of Strikemaster #906588
Tints of Strikemaster #906588
RGB
CMYK
RGB Variations
Color information
#906588 (or 0x906588) is known color: Strikemaster. HEX triplet: 90, 65 and 88. RGB value is (144,101,136). Sum of RGB (Red+Green+Blue) = 144+101+136=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 144 - color contains mainly: red. Hex color #906588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906588 is #6F9A77. Grayscale: #757575. Windows color (decimal): -7314040 or 8938896. OLE color: 8938896.
HSL color Cylindrical-coordinate representation of color #906588: hue angle of 311.16º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #906588 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 101 | 136 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.44 |
| HSL | 311.16º | 0.18% | 0.48% | - |
| HSV(B) | 311.16º | 0.3% | 0.56% | - |
| XYZ | 20.6 | 17.01 | 25.49 | - |
| YUV | 117.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 101 | 136 | 0 | 0.30 | 0.06 | 0.44 | 311.16 | 0.18 | 0.48 |
| Hex | 90 | 65 | 88 | 0 | 1E | 6 | 2C | 137 | 12 | 30 |
| Octal | 220 | 145 | 210 | 0 | 36 | 6 | 54 | 467 | 22 | 60 |
| Binary | 10010000 | 1100101 | 10001000 | 0 | 11110 | 110 | 101100 | 100110111 | 10010 | 110000 |
Color Harmonies of #906588
Complementary color
Monochromatic Colors of #906588
Black with #906588
Text Example
Text Example
White with #906588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906588; }
p { color: rgb(144,101,136); }
H1.HeaderClassName
{
color: #906588;
}
.AnyTagClassName
{
color: #906588;
}
</style>
background-color css
<style>
a { background-color: #906588; }
a { background-color: rgb(144,101,136); }
div.DivClassName
{
background-color: #906588;
}
.BgClassName
{
background-color: #906588;
}
</style>
border-color css
<style>
span { border-color: #906588; }
span { border-color: rgb(144,101,136); }
td.TdClassName
{
border-color: #906588;
}
.TagClassName
{
border-color: #906588;
}
</style>