Shades of Strikemaster #914C7D
Tints of Strikemaster #914C7D
RGB
CMYK
RGB Variations
Color information
#914C7D (or 0x914C7D) is known color: Strikemaster. HEX triplet: 91, 4C and 7D. RGB value is (145,76,125). Sum of RGB (Red+Green+Blue) = 145+76+125=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #914C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914C7D is #6EB382. Grayscale: #666666. Windows color (decimal): -7254915 or 8211601. OLE color: 8211601.
HSL color Cylindrical-coordinate representation of color #914C7D: hue angle of 317.39º 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 #914C7D is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 76 | 125 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.43 |
| HSL | 317.39º | 0.31% | 0.43% | - |
| HSV(B) | 317.39º | 0.48% | 0.57% | - |
| XYZ | 17.96 | 12.67 | 20.9 | - |
| YUV | 102.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 125 | 0 | 0.48 | 0.14 | 0.43 | 317.39 | 0.31 | 0.43 |
| Hex | 91 | 4C | 7D | 0 | 30 | E | 2B | 13D | 1F | 2B |
| Octal | 221 | 114 | 175 | 0 | 60 | 16 | 53 | 475 | 37 | 53 |
| Binary | 10010001 | 1001100 | 1111101 | 0 | 110000 | 1110 | 101011 | 100111101 | 11111 | 101011 |
Color Harmonies of #914C7D
Complementary color
Monochromatic Colors of #914C7D
Black with #914C7D
Text Example
Text Example
White with #914C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914C7D; }
p { color: rgb(145,76,125); }
H1.HeaderClassName
{
color: #914C7D;
}
.AnyTagClassName
{
color: #914C7D;
}
</style>
background-color css
<style>
a { background-color: #914C7D; }
a { background-color: rgb(145,76,125); }
div.DivClassName
{
background-color: #914C7D;
}
.BgClassName
{
background-color: #914C7D;
}
</style>
border-color css
<style>
span { border-color: #914C7D; }
span { border-color: rgb(145,76,125); }
td.TdClassName
{
border-color: #914C7D;
}
.TagClassName
{
border-color: #914C7D;
}
</style>