Shades of Medium Purple #9582DB
Tints of Medium Purple #9582DB
RGB
CMYK
RGB Variations
Color information
#9582DB (or 0x9582DB) is known color: Medium Purple. HEX triplet: 95, 82 and DB. RGB value is (149,130,219). Sum of RGB (Red+Green+Blue) = 149+130+219=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #9582DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582DB is #6A7D24. Grayscale: #919191. Windows color (decimal): -6978853 or 14385813. OLE color: 14385813.
HSL color Cylindrical-coordinate representation of color #9582DB: hue angle of 252.81º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9582DB is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 130 | 219 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.14 |
| HSL | 252.81º | 0.55% | 0.68% | - |
| HSV(B) | 252.81º | 0.41% | 0.86% | - |
| XYZ | 33.16 | 27.47 | 70.57 | - |
| YUV | 145.83 | 169.29 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 219 | 0.32 | 0.41 | 0 | 0.14 | 252.81 | 0.55 | 0.68 |
| Hex | 95 | 82 | DB | 20 | 29 | 0 | E | FD | 37 | 44 |
| Octal | 225 | 202 | 333 | 40 | 51 | 0 | 16 | 375 | 67 | 104 |
| Binary | 10010101 | 10000010 | 11011011 | 100000 | 101001 | 0 | 1110 | 11111101 | 110111 | 1000100 |
Color Harmonies of #9582DB
Complementary color
Monochromatic Colors of #9582DB
Black with #9582DB
Text Example
Text Example
White with #9582DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9582DB; }
p { color: rgb(149,130,219); }
H1.HeaderClassName
{
color: #9582DB;
}
.AnyTagClassName
{
color: #9582DB;
}
</style>
background-color css
<style>
a { background-color: #9582DB; }
a { background-color: rgb(149,130,219); }
div.DivClassName
{
background-color: #9582DB;
}
.BgClassName
{
background-color: #9582DB;
}
</style>
border-color css
<style>
span { border-color: #9582DB; }
span { border-color: rgb(149,130,219); }
td.TdClassName
{
border-color: #9582DB;
}
.TagClassName
{
border-color: #9582DB;
}
</style>