Shades of Strikemaster #954B7B
Tints of Strikemaster #954B7B
RGB
CMYK
RGB Variations
Color information
#954B7B (or 0x954B7B) is known color: Strikemaster. HEX triplet: 95, 4B and 7B. RGB value is (149,75,123). Sum of RGB (Red+Green+Blue) = 149+75+123=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #954B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B7B is #6AB484. Grayscale: #666666. Windows color (decimal): -6993029 or 8080277. OLE color: 8080277.
HSL color Cylindrical-coordinate representation of color #954B7B: hue angle of 321.08º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954B7B is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 123 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.42 |
| HSL | 321.08º | 0.33% | 0.44% | - |
| HSV(B) | 321.08º | 0.5% | 0.58% | - |
| XYZ | 18.49 | 12.85 | 20.25 | - |
| YUV | 102.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 123 | 0 | 0.50 | 0.17 | 0.42 | 321.08 | 0.33 | 0.44 |
| Hex | 95 | 4B | 7B | 0 | 32 | 11 | 2A | 141 | 21 | 2C |
| Octal | 225 | 113 | 173 | 0 | 62 | 21 | 52 | 501 | 41 | 54 |
| Binary | 10010101 | 1001011 | 1111011 | 0 | 110010 | 10001 | 101010 | 101000001 | 100001 | 101100 |
Color Harmonies of #954B7B
Complementary color
Monochromatic Colors of #954B7B
Black with #954B7B
Text Example
Text Example
White with #954B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B7B; }
p { color: rgb(149,75,123); }
H1.HeaderClassName
{
color: #954B7B;
}
.AnyTagClassName
{
color: #954B7B;
}
</style>
background-color css
<style>
a { background-color: #954B7B; }
a { background-color: rgb(149,75,123); }
div.DivClassName
{
background-color: #954B7B;
}
.BgClassName
{
background-color: #954B7B;
}
</style>
border-color css
<style>
span { border-color: #954B7B; }
span { border-color: rgb(149,75,123); }
td.TdClassName
{
border-color: #954B7B;
}
.TagClassName
{
border-color: #954B7B;
}
</style>