Shades of Strikemaster #97467D
Tints of Strikemaster #97467D
RGB
CMYK
RGB Variations
Color information
#97467D (or 0x97467D) is known color: Strikemaster. HEX triplet: 97, 46 and 7D. RGB value is (151,70,125). Sum of RGB (Red+Green+Blue) = 151+70+125=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #97467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97467D is #68B982. Grayscale: #646464. Windows color (decimal): -6863235 or 8210071. OLE color: 8210071.
HSL color Cylindrical-coordinate representation of color #97467D: hue angle of 319.26º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97467D is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 70 | 125 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.41 |
| HSL | 319.26º | 0.37% | 0.43% | - |
| HSV(B) | 319.26º | 0.54% | 0.59% | - |
| XYZ | 18.65 | 12.44 | 20.82 | - |
| YUV | 100.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 125 | 0 | 0.54 | 0.17 | 0.41 | 319.26 | 0.37 | 0.43 |
| Hex | 97 | 46 | 7D | 0 | 36 | 11 | 29 | 13F | 25 | 2B |
| Octal | 227 | 106 | 175 | 0 | 66 | 21 | 51 | 477 | 45 | 53 |
| Binary | 10010111 | 1000110 | 1111101 | 0 | 110110 | 10001 | 101001 | 100111111 | 100101 | 101011 |
Color Harmonies of #97467D
Complementary color
Monochromatic Colors of #97467D
Black with #97467D
Text Example
Text Example
White with #97467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97467D; }
p { color: rgb(151,70,125); }
H1.HeaderClassName
{
color: #97467D;
}
.AnyTagClassName
{
color: #97467D;
}
</style>
background-color css
<style>
a { background-color: #97467D; }
a { background-color: rgb(151,70,125); }
div.DivClassName
{
background-color: #97467D;
}
.BgClassName
{
background-color: #97467D;
}
</style>
border-color css
<style>
span { border-color: #97467D; }
span { border-color: rgb(151,70,125); }
td.TdClassName
{
border-color: #97467D;
}
.TagClassName
{
border-color: #97467D;
}
</style>