Shades of Medium Purple #9A71DB
Tints of Medium Purple #9A71DB
RGB
CMYK
RGB Variations
Color information
#9A71DB (or 0x9A71DB) is known color: Medium Purple. HEX triplet: 9A, 71 and DB. RGB value is (154,113,219). Sum of RGB (Red+Green+Blue) = 154+113+219=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A71DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A71DB is #658E24. Grayscale: #888888. Windows color (decimal): -6655525 or 14381466. OLE color: 14381466.
HSL color Cylindrical-coordinate representation of color #9A71DB: hue angle of 263.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A71DB is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 113 | 219 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.14 |
| HSL | 263.21º | 0.6% | 0.65% | - |
| HSV(B) | 263.21º | 0.48% | 0.86% | - |
| XYZ | 32.02 | 23.79 | 69.92 | - |
| YUV | 137.34 | 174.08 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 113 | 219 | 0.30 | 0.48 | 0 | 0.14 | 263.21 | 0.6 | 0.65 |
| Hex | 9A | 71 | DB | 1E | 30 | 0 | E | 107 | 3C | 41 |
| Octal | 232 | 161 | 333 | 36 | 60 | 0 | 16 | 407 | 74 | 101 |
| Binary | 10011010 | 1110001 | 11011011 | 11110 | 110000 | 0 | 1110 | 100000111 | 111100 | 1000001 |
Color Harmonies of #9A71DB
Complementary color
Monochromatic Colors of #9A71DB
Black with #9A71DB
Text Example
Text Example
White with #9A71DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A71DB; }
p { color: rgb(154,113,219); }
H1.HeaderClassName
{
color: #9A71DB;
}
.AnyTagClassName
{
color: #9A71DB;
}
</style>
background-color css
<style>
a { background-color: #9A71DB; }
a { background-color: rgb(154,113,219); }
div.DivClassName
{
background-color: #9A71DB;
}
.BgClassName
{
background-color: #9A71DB;
}
</style>
border-color css
<style>
span { border-color: #9A71DB; }
span { border-color: rgb(154,113,219); }
td.TdClassName
{
border-color: #9A71DB;
}
.TagClassName
{
border-color: #9A71DB;
}
</style>