Shades of Strikemaster #9A4E7B
Tints of Strikemaster #9A4E7B
RGB
CMYK
RGB Variations
Color information
#9A4E7B (or 0x9A4E7B) is known color: Strikemaster. HEX triplet: 9A, 4E and 7B. RGB value is (154,78,123). Sum of RGB (Red+Green+Blue) = 154+78+123=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4E7B is #65B184. Grayscale: #696969. Windows color (decimal): -6664581 or 8081050. OLE color: 8081050.
HSL color Cylindrical-coordinate representation of color #9A4E7B: hue angle of 324.47º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A4E7B is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 78 | 123 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.40 |
| HSL | 324.47º | 0.33% | 0.45% | - |
| HSV(B) | 324.47º | 0.49% | 0.6% | - |
| XYZ | 19.63 | 13.75 | 20.36 | - |
| YUV | 105.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 78 | 123 | 0 | 0.49 | 0.20 | 0.40 | 324.47 | 0.33 | 0.45 |
| Hex | 9A | 4E | 7B | 0 | 31 | 14 | 28 | 144 | 21 | 2D |
| Octal | 232 | 116 | 173 | 0 | 61 | 24 | 50 | 504 | 41 | 55 |
| Binary | 10011010 | 1001110 | 1111011 | 0 | 110001 | 10100 | 101000 | 101000100 | 100001 | 101101 |
Color Harmonies of #9A4E7B
Complementary color
Monochromatic Colors of #9A4E7B
Black with #9A4E7B
Text Example
Text Example
White with #9A4E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4E7B; }
p { color: rgb(154,78,123); }
H1.HeaderClassName
{
color: #9A4E7B;
}
.AnyTagClassName
{
color: #9A4E7B;
}
</style>
background-color css
<style>
a { background-color: #9A4E7B; }
a { background-color: rgb(154,78,123); }
div.DivClassName
{
background-color: #9A4E7B;
}
.BgClassName
{
background-color: #9A4E7B;
}
</style>
border-color css
<style>
span { border-color: #9A4E7B; }
span { border-color: rgb(154,78,123); }
td.TdClassName
{
border-color: #9A4E7B;
}
.TagClassName
{
border-color: #9A4E7B;
}
</style>