Shades of Medium Purple #9A86DB
Tints of Medium Purple #9A86DB
RGB
CMYK
RGB Variations
Color information
#9A86DB (or 0x9A86DB) is known color: Medium Purple. HEX triplet: 9A, 86 and DB. RGB value is (154,134,219). Sum of RGB (Red+Green+Blue) = 154+134+219=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A86DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A86DB is #657924. Grayscale: #959595. Windows color (decimal): -6650149 or 14386842. OLE color: 14386842.
HSL color Cylindrical-coordinate representation of color #9A86DB: hue angle of 254.12º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A86DB is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 134 | 219 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.14 |
| HSL | 254.12º | 0.54% | 0.69% | - |
| HSV(B) | 254.12º | 0.39% | 0.86% | - |
| XYZ | 34.64 | 29.03 | 70.8 | - |
| YUV | 149.67 | 167.13 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 219 | 0.30 | 0.39 | 0 | 0.14 | 254.12 | 0.54 | 0.69 |
| Hex | 9A | 86 | DB | 1E | 27 | 0 | E | FE | 36 | 45 |
| Octal | 232 | 206 | 333 | 36 | 47 | 0 | 16 | 376 | 66 | 105 |
| Binary | 10011010 | 10000110 | 11011011 | 11110 | 100111 | 0 | 1110 | 11111110 | 110110 | 1000101 |
Color Harmonies of #9A86DB
Complementary color
Monochromatic Colors of #9A86DB
Black with #9A86DB
Text Example
Text Example
White with #9A86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A86DB; }
p { color: rgb(154,134,219); }
H1.HeaderClassName
{
color: #9A86DB;
}
.AnyTagClassName
{
color: #9A86DB;
}
</style>
background-color css
<style>
a { background-color: #9A86DB; }
a { background-color: rgb(154,134,219); }
div.DivClassName
{
background-color: #9A86DB;
}
.BgClassName
{
background-color: #9A86DB;
}
</style>
border-color css
<style>
span { border-color: #9A86DB; }
span { border-color: rgb(154,134,219); }
td.TdClassName
{
border-color: #9A86DB;
}
.TagClassName
{
border-color: #9A86DB;
}
</style>