Shades of Strikemaster #904B7B
Tints of Strikemaster #904B7B
RGB
CMYK
RGB Variations
Color information
#904B7B (or 0x904B7B) is known color: Strikemaster. HEX triplet: 90, 4B and 7B. RGB value is (144,75,123). Sum of RGB (Red+Green+Blue) = 144+75+123=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #904B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904B7B is #6FB484. Grayscale: #646464. Windows color (decimal): -7320709 or 8080272. OLE color: 8080272.
HSL color Cylindrical-coordinate representation of color #904B7B: hue angle of 318.26º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #904B7B is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 75 | 123 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.44 |
| HSL | 318.26º | 0.32% | 0.43% | - |
| HSV(B) | 318.26º | 0.48% | 0.56% | - |
| XYZ | 17.59 | 12.39 | 20.2 | - |
| YUV | 101.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 75 | 123 | 0 | 0.48 | 0.15 | 0.44 | 318.26 | 0.32 | 0.43 |
| Hex | 90 | 4B | 7B | 0 | 30 | F | 2C | 13E | 20 | 2B |
| Octal | 220 | 113 | 173 | 0 | 60 | 17 | 54 | 476 | 40 | 53 |
| Binary | 10010000 | 1001011 | 1111011 | 0 | 110000 | 1111 | 101100 | 100111110 | 100000 | 101011 |
Color Harmonies of #904B7B
Complementary color
Monochromatic Colors of #904B7B
Black with #904B7B
Text Example
Text Example
White with #904B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904B7B; }
p { color: rgb(144,75,123); }
H1.HeaderClassName
{
color: #904B7B;
}
.AnyTagClassName
{
color: #904B7B;
}
</style>
background-color css
<style>
a { background-color: #904B7B; }
a { background-color: rgb(144,75,123); }
div.DivClassName
{
background-color: #904B7B;
}
.BgClassName
{
background-color: #904B7B;
}
</style>
border-color css
<style>
span { border-color: #904B7B; }
span { border-color: rgb(144,75,123); }
td.TdClassName
{
border-color: #904B7B;
}
.TagClassName
{
border-color: #904B7B;
}
</style>