Shades of Medium Purple #9487DB
Tints of Medium Purple #9487DB
RGB
CMYK
RGB Variations
Color information
#9487DB (or 0x9487DB) is known color: Medium Purple. HEX triplet: 94, 87 and DB. RGB value is (148,135,219). Sum of RGB (Red+Green+Blue) = 148+135+219=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 135 (53.12% from 255 or 26.89% 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 #9487DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9487DB is #6B7824. Grayscale: #949494. Windows color (decimal): -7043109 or 14387092. OLE color: 14387092.
HSL color Cylindrical-coordinate representation of color #9487DB: hue angle of 249.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9487DB is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 135 | 219 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.14 |
| HSL | 249.29º | 0.54% | 0.69% | - |
| HSV(B) | 249.29º | 0.38% | 0.86% | - |
| XYZ | 33.66 | 28.74 | 70.79 | - |
| YUV | 148.46 | 167.81 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 135 | 219 | 0.32 | 0.38 | 0 | 0.14 | 249.29 | 0.54 | 0.69 |
| Hex | 94 | 87 | DB | 20 | 26 | 0 | E | F9 | 36 | 45 |
| Octal | 224 | 207 | 333 | 40 | 46 | 0 | 16 | 371 | 66 | 105 |
| Binary | 10010100 | 10000111 | 11011011 | 100000 | 100110 | 0 | 1110 | 11111001 | 110110 | 1000101 |
Color Harmonies of #9487DB
Complementary color
Monochromatic Colors of #9487DB
Black with #9487DB
Text Example
Text Example
White with #9487DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9487DB; }
p { color: rgb(148,135,219); }
H1.HeaderClassName
{
color: #9487DB;
}
.AnyTagClassName
{
color: #9487DB;
}
</style>
background-color css
<style>
a { background-color: #9487DB; }
a { background-color: rgb(148,135,219); }
div.DivClassName
{
background-color: #9487DB;
}
.BgClassName
{
background-color: #9487DB;
}
</style>
border-color css
<style>
span { border-color: #9487DB; }
span { border-color: rgb(148,135,219); }
td.TdClassName
{
border-color: #9487DB;
}
.TagClassName
{
border-color: #9487DB;
}
</style>