Shades of Strikemaster #914F7B
Tints of Strikemaster #914F7B
RGB
CMYK
RGB Variations
Color information
#914F7B (or 0x914F7B) is known color: Strikemaster. HEX triplet: 91, 4F and 7B. RGB value is (145,79,123). Sum of RGB (Red+Green+Blue) = 145+79+123=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #914F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914F7B is #6EB084. Grayscale: #676767. Windows color (decimal): -7254149 or 8081297. OLE color: 8081297.
HSL color Cylindrical-coordinate representation of color #914F7B: hue angle of 320º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #914F7B is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 79 | 123 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.43 |
| HSL | 320º | 0.29% | 0.44% | - |
| HSV(B) | 320º | 0.46% | 0.57% | - |
| XYZ | 18.05 | 13.04 | 20.3 | - |
| YUV | 103.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 123 | 0 | 0.46 | 0.15 | 0.43 | 320 | 0.29 | 0.44 |
| Hex | 91 | 4F | 7B | 0 | 2E | F | 2B | 140 | 1D | 2C |
| Octal | 221 | 117 | 173 | 0 | 56 | 17 | 53 | 500 | 35 | 54 |
| Binary | 10010001 | 1001111 | 1111011 | 0 | 101110 | 1111 | 101011 | 101000000 | 11101 | 101100 |
Color Harmonies of #914F7B
Complementary color
Monochromatic Colors of #914F7B
Black with #914F7B
Text Example
Text Example
White with #914F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914F7B; }
p { color: rgb(145,79,123); }
H1.HeaderClassName
{
color: #914F7B;
}
.AnyTagClassName
{
color: #914F7B;
}
</style>
background-color css
<style>
a { background-color: #914F7B; }
a { background-color: rgb(145,79,123); }
div.DivClassName
{
background-color: #914F7B;
}
.BgClassName
{
background-color: #914F7B;
}
</style>
border-color css
<style>
span { border-color: #914F7B; }
span { border-color: rgb(145,79,123); }
td.TdClassName
{
border-color: #914F7B;
}
.TagClassName
{
border-color: #914F7B;
}
</style>