Shades of Strikemaster #914A79
Tints of Strikemaster #914A79
RGB
CMYK
RGB Variations
Color information
#914A79 (or 0x914A79) is known color: Strikemaster. HEX triplet: 91, 4A and 79. RGB value is (145,74,121). Sum of RGB (Red+Green+Blue) = 145+74+121=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #914A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914A79 is #6EB586. Grayscale: #646464. Windows color (decimal): -7255431 or 7948945. OLE color: 7948945.
HSL color Cylindrical-coordinate representation of color #914A79: hue angle of 320.28º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #914A79 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 74 | 121 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.43 |
| HSL | 320.28º | 0.32% | 0.43% | - |
| HSV(B) | 320.28º | 0.49% | 0.57% | - |
| XYZ | 17.58 | 12.3 | 19.54 | - |
| YUV | 100.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 121 | 0 | 0.49 | 0.17 | 0.43 | 320.28 | 0.32 | 0.43 |
| Hex | 91 | 4A | 79 | 0 | 31 | 11 | 2B | 140 | 20 | 2B |
| Octal | 221 | 112 | 171 | 0 | 61 | 21 | 53 | 500 | 40 | 53 |
| Binary | 10010001 | 1001010 | 1111001 | 0 | 110001 | 10001 | 101011 | 101000000 | 100000 | 101011 |
Color Harmonies of #914A79
Complementary color
Monochromatic Colors of #914A79
Black with #914A79
Text Example
Text Example
White with #914A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914A79; }
p { color: rgb(145,74,121); }
H1.HeaderClassName
{
color: #914A79;
}
.AnyTagClassName
{
color: #914A79;
}
</style>
background-color css
<style>
a { background-color: #914A79; }
a { background-color: rgb(145,74,121); }
div.DivClassName
{
background-color: #914A79;
}
.BgClassName
{
background-color: #914A79;
}
</style>
border-color css
<style>
span { border-color: #914A79; }
span { border-color: rgb(145,74,121); }
td.TdClassName
{
border-color: #914A79;
}
.TagClassName
{
border-color: #914A79;
}
</style>