Shades of Medium Purple #9A85DB
Tints of Medium Purple #9A85DB
RGB
CMYK
RGB Variations
Color information
#9A85DB (or 0x9A85DB) is known color: Medium Purple. HEX triplet: 9A, 85 and DB. RGB value is (154,133,219). Sum of RGB (Red+Green+Blue) = 154+133+219=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A85DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A85DB is #657A24. Grayscale: #949494. Windows color (decimal): -6650405 or 14386586. OLE color: 14386586.
HSL color Cylindrical-coordinate representation of color #9A85DB: hue angle of 254.65º 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 #9A85DB is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 133 | 219 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.14 |
| HSL | 254.65º | 0.54% | 0.69% | - |
| HSV(B) | 254.65º | 0.39% | 0.86% | - |
| XYZ | 34.5 | 28.76 | 70.75 | - |
| YUV | 149.08 | 167.46 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 219 | 0.30 | 0.39 | 0 | 0.14 | 254.65 | 0.54 | 0.69 |
| Hex | 9A | 85 | DB | 1E | 27 | 0 | E | FF | 36 | 45 |
| Octal | 232 | 205 | 333 | 36 | 47 | 0 | 16 | 377 | 66 | 105 |
| Binary | 10011010 | 10000101 | 11011011 | 11110 | 100111 | 0 | 1110 | 11111111 | 110110 | 1000101 |
Color Harmonies of #9A85DB
Complementary color
Monochromatic Colors of #9A85DB
Black with #9A85DB
Text Example
Text Example
White with #9A85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A85DB; }
p { color: rgb(154,133,219); }
H1.HeaderClassName
{
color: #9A85DB;
}
.AnyTagClassName
{
color: #9A85DB;
}
</style>
background-color css
<style>
a { background-color: #9A85DB; }
a { background-color: rgb(154,133,219); }
div.DivClassName
{
background-color: #9A85DB;
}
.BgClassName
{
background-color: #9A85DB;
}
</style>
border-color css
<style>
span { border-color: #9A85DB; }
span { border-color: rgb(154,133,219); }
td.TdClassName
{
border-color: #9A85DB;
}
.TagClassName
{
border-color: #9A85DB;
}
</style>