Shades of Medium Purple #9685DB
Tints of Medium Purple #9685DB
RGB
CMYK
RGB Variations
Color information
#9685DB (or 0x9685DB) is known color: Medium Purple. HEX triplet: 96, 85 and DB. RGB value is (150,133,219). Sum of RGB (Red+Green+Blue) = 150+133+219=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #9685DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9685DB is #697A24. Grayscale: #939393. Windows color (decimal): -6912549 or 14386582. OLE color: 14386582.
HSL color Cylindrical-coordinate representation of color #9685DB: hue angle of 251.86º 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 #9685DB is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 133 | 219 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.14 |
| HSL | 251.86º | 0.54% | 0.69% | - |
| HSV(B) | 251.86º | 0.39% | 0.86% | - |
| XYZ | 33.75 | 28.37 | 70.72 | - |
| YUV | 147.89 | 168.13 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 219 | 0.32 | 0.39 | 0 | 0.14 | 251.86 | 0.54 | 0.69 |
| Hex | 96 | 85 | DB | 20 | 27 | 0 | E | FC | 36 | 45 |
| Octal | 226 | 205 | 333 | 40 | 47 | 0 | 16 | 374 | 66 | 105 |
| Binary | 10010110 | 10000101 | 11011011 | 100000 | 100111 | 0 | 1110 | 11111100 | 110110 | 1000101 |
Color Harmonies of #9685DB
Complementary color
Monochromatic Colors of #9685DB
Black with #9685DB
Text Example
Text Example
White with #9685DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9685DB; }
p { color: rgb(150,133,219); }
H1.HeaderClassName
{
color: #9685DB;
}
.AnyTagClassName
{
color: #9685DB;
}
</style>
background-color css
<style>
a { background-color: #9685DB; }
a { background-color: rgb(150,133,219); }
div.DivClassName
{
background-color: #9685DB;
}
.BgClassName
{
background-color: #9685DB;
}
</style>
border-color css
<style>
span { border-color: #9685DB; }
span { border-color: rgb(150,133,219); }
td.TdClassName
{
border-color: #9685DB;
}
.TagClassName
{
border-color: #9685DB;
}
</style>