Shades of Medium Purple #9584DA
Tints of Medium Purple #9584DA
RGB
CMYK
RGB Variations
Color information
#9584DA (or 0x9584DA) is known color: Medium Purple. HEX triplet: 95, 84 and DA. RGB value is (149,132,218). Sum of RGB (Red+Green+Blue) = 149+132+218=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #9584DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9584DA is #6A7B25. Grayscale: #929292. Windows color (decimal): -6978342 or 14320789. OLE color: 14320789.
HSL color Cylindrical-coordinate representation of color #9584DA: hue angle of 251.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9584DA is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 132 | 218 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.15 |
| HSL | 251.86º | 0.54% | 0.69% | - |
| HSV(B) | 251.86º | 0.39% | 0.85% | - |
| XYZ | 33.3 | 27.95 | 69.97 | - |
| YUV | 146.89 | 168.13 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 218 | 0.32 | 0.39 | 0 | 0.15 | 251.86 | 0.54 | 0.69 |
| Hex | 95 | 84 | DA | 20 | 27 | 0 | F | FC | 36 | 45 |
| Octal | 225 | 204 | 332 | 40 | 47 | 0 | 17 | 374 | 66 | 105 |
| Binary | 10010101 | 10000100 | 11011010 | 100000 | 100111 | 0 | 1111 | 11111100 | 110110 | 1000101 |
Color Harmonies of #9584DA
Complementary color
Monochromatic Colors of #9584DA
Black with #9584DA
Text Example
Text Example
White with #9584DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9584DA; }
p { color: rgb(149,132,218); }
H1.HeaderClassName
{
color: #9584DA;
}
.AnyTagClassName
{
color: #9584DA;
}
</style>
background-color css
<style>
a { background-color: #9584DA; }
a { background-color: rgb(149,132,218); }
div.DivClassName
{
background-color: #9584DA;
}
.BgClassName
{
background-color: #9584DA;
}
</style>
border-color css
<style>
span { border-color: #9584DA; }
span { border-color: rgb(149,132,218); }
td.TdClassName
{
border-color: #9584DA;
}
.TagClassName
{
border-color: #9584DA;
}
</style>