Shades of Strikemaster #94527F
Tints of Strikemaster #94527F
RGB
CMYK
RGB Variations
Color information
#94527F (or 0x94527F) is known color: Strikemaster. HEX triplet: 94, 52 and 7F. RGB value is (148,82,127). Sum of RGB (Red+Green+Blue) = 148+82+127=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94527F is #6BAD80. Grayscale: #6A6A6A. Windows color (decimal): -7056769 or 8344212. OLE color: 8344212.
HSL color Cylindrical-coordinate representation of color #94527F: hue angle of 319.09º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94527F is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 82 | 127 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.42 |
| HSL | 319.09º | 0.29% | 0.45% | - |
| HSV(B) | 319.09º | 0.45% | 0.58% | - |
| XYZ | 19.06 | 13.86 | 21.75 | - |
| YUV | 106.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 127 | 0 | 0.45 | 0.14 | 0.42 | 319.09 | 0.29 | 0.45 |
| Hex | 94 | 52 | 7F | 0 | 2D | E | 2A | 13F | 1D | 2D |
| Octal | 224 | 122 | 177 | 0 | 55 | 16 | 52 | 477 | 35 | 55 |
| Binary | 10010100 | 1010010 | 1111111 | 0 | 101101 | 1110 | 101010 | 100111111 | 11101 | 101101 |
Color Harmonies of #94527F
Complementary color
Monochromatic Colors of #94527F
Black with #94527F
Text Example
Text Example
White with #94527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94527F; }
p { color: rgb(148,82,127); }
H1.HeaderClassName
{
color: #94527F;
}
.AnyTagClassName
{
color: #94527F;
}
</style>
background-color css
<style>
a { background-color: #94527F; }
a { background-color: rgb(148,82,127); }
div.DivClassName
{
background-color: #94527F;
}
.BgClassName
{
background-color: #94527F;
}
</style>
border-color css
<style>
span { border-color: #94527F; }
span { border-color: rgb(148,82,127); }
td.TdClassName
{
border-color: #94527F;
}
.TagClassName
{
border-color: #94527F;
}
</style>