Shades of Strikemaster #914C7B
Tints of Strikemaster #914C7B
RGB
CMYK
RGB Variations
Color information
#914C7B (or 0x914C7B) is known color: Strikemaster. HEX triplet: 91, 4C and 7B. RGB value is (145,76,123). Sum of RGB (Red+Green+Blue) = 145+76+123=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #914C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914C7B is #6EB384. Grayscale: #656565. Windows color (decimal): -7254917 or 8080529. OLE color: 8080529.
HSL color Cylindrical-coordinate representation of color #914C7B: hue angle of 319.13º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #914C7B is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 76 | 123 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.43 |
| HSL | 319.13º | 0.31% | 0.43% | - |
| HSV(B) | 319.13º | 0.48% | 0.57% | - |
| XYZ | 17.84 | 12.62 | 20.23 | - |
| YUV | 101.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 123 | 0 | 0.48 | 0.15 | 0.43 | 319.13 | 0.31 | 0.43 |
| Hex | 91 | 4C | 7B | 0 | 30 | F | 2B | 13F | 1F | 2B |
| Octal | 221 | 114 | 173 | 0 | 60 | 17 | 53 | 477 | 37 | 53 |
| Binary | 10010001 | 1001100 | 1111011 | 0 | 110000 | 1111 | 101011 | 100111111 | 11111 | 101011 |
Color Harmonies of #914C7B
Complementary color
Monochromatic Colors of #914C7B
Black with #914C7B
Text Example
Text Example
White with #914C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914C7B; }
p { color: rgb(145,76,123); }
H1.HeaderClassName
{
color: #914C7B;
}
.AnyTagClassName
{
color: #914C7B;
}
</style>
background-color css
<style>
a { background-color: #914C7B; }
a { background-color: rgb(145,76,123); }
div.DivClassName
{
background-color: #914C7B;
}
.BgClassName
{
background-color: #914C7B;
}
</style>
border-color css
<style>
span { border-color: #914C7B; }
span { border-color: rgb(145,76,123); }
td.TdClassName
{
border-color: #914C7B;
}
.TagClassName
{
border-color: #914C7B;
}
</style>