Shades of Strikemaster #905B7E
Tints of Strikemaster #905B7E
RGB
CMYK
RGB Variations
Color information
#905B7E (or 0x905B7E) is known color: Strikemaster. HEX triplet: 90, 5B and 7E. RGB value is (144,91,126). Sum of RGB (Red+Green+Blue) = 144+91+126=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 144 - color contains mainly: red. Hex color #905B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905B7E is #6FA481. Grayscale: #6E6E6E. Windows color (decimal): -7316610 or 8280976. OLE color: 8280976.
HSL color Cylindrical-coordinate representation of color #905B7E: hue angle of 320.38º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #905B7E is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 91 | 126 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.44 |
| HSL | 320.38º | 0.23% | 0.46% | - |
| HSV(B) | 320.38º | 0.37% | 0.56% | - |
| XYZ | 19.01 | 14.92 | 21.62 | - |
| YUV | 110.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 126 | 0 | 0.37 | 0.12 | 0.44 | 320.38 | 0.23 | 0.46 |
| Hex | 90 | 5B | 7E | 0 | 25 | C | 2C | 140 | 17 | 2E |
| Octal | 220 | 133 | 176 | 0 | 45 | 14 | 54 | 500 | 27 | 56 |
| Binary | 10010000 | 1011011 | 1111110 | 0 | 100101 | 1100 | 101100 | 101000000 | 10111 | 101110 |
Color Harmonies of #905B7E
Complementary color
Monochromatic Colors of #905B7E
Black with #905B7E
Text Example
Text Example
White with #905B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905B7E; }
p { color: rgb(144,91,126); }
H1.HeaderClassName
{
color: #905B7E;
}
.AnyTagClassName
{
color: #905B7E;
}
</style>
background-color css
<style>
a { background-color: #905B7E; }
a { background-color: rgb(144,91,126); }
div.DivClassName
{
background-color: #905B7E;
}
.BgClassName
{
background-color: #905B7E;
}
</style>
border-color css
<style>
span { border-color: #905B7E; }
span { border-color: rgb(144,91,126); }
td.TdClassName
{
border-color: #905B7E;
}
.TagClassName
{
border-color: #905B7E;
}
</style>