Shades of Dark Purple #9A1871
Tints of Dark Purple #9A1871
RGB
CMYK
RGB Variations
Color information
#9A1871 (or 0x9A1871) is known color: Dark Purple. HEX triplet: 9A, 18 and 71. RGB value is (154,24,113). Sum of RGB (Red+Green+Blue) = 154+24+113=291 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.92% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1871 is #65E78E. Grayscale: #484848. Windows color (decimal): -6678415 or 7411866. OLE color: 7411866.
HSL color Cylindrical-coordinate representation of color #9A1871: hue angle of 318.92º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A1871 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 24 | 113 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.40 |
| HSL | 318.92º | 0.73% | 0.35% | - |
| HSV(B) | 318.92º | 0.84% | 0.6% | - |
| XYZ | 16.63 | 8.72 | 16.43 | - |
| YUV | 73.02 | 150.57 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 24 | 113 | 0 | 0.84 | 0.27 | 0.40 | 318.92 | 0.73 | 0.35 |
| Hex | 9A | 18 | 71 | 0 | 54 | 1B | 28 | 13F | 49 | 23 |
| Octal | 232 | 30 | 161 | 0 | 124 | 33 | 50 | 477 | 111 | 43 |
| Binary | 10011010 | 11000 | 1110001 | 0 | 1010100 | 11011 | 101000 | 100111111 | 1001001 | 100011 |
Color Harmonies of #9A1871
Complementary color
Monochromatic Colors of #9A1871
Black with #9A1871
Text Example
Text Example
White with #9A1871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1871; }
p { color: rgb(154,24,113); }
H1.HeaderClassName
{
color: #9A1871;
}
.AnyTagClassName
{
color: #9A1871;
}
</style>
background-color css
<style>
a { background-color: #9A1871; }
a { background-color: rgb(154,24,113); }
div.DivClassName
{
background-color: #9A1871;
}
.BgClassName
{
background-color: #9A1871;
}
</style>
border-color css
<style>
span { border-color: #9A1871; }
span { border-color: rgb(154,24,113); }
td.TdClassName
{
border-color: #9A1871;
}
.TagClassName
{
border-color: #9A1871;
}
</style>