Shades of Medium Purple #9582DF
Tints of Medium Purple #9582DF
RGB
CMYK
RGB Variations
Color information
#9582DF (or 0x9582DF) is known color: Medium Purple. HEX triplet: 95, 82 and DF. RGB value is (149,130,223). Sum of RGB (Red+Green+Blue) = 149+130+223=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #9582DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582DF is #6A7D20. Grayscale: #919191. Windows color (decimal): -6978849 or 14647957. OLE color: 14647957.
HSL color Cylindrical-coordinate representation of color #9582DF: hue angle of 252.26º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9582DF is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 130 | 223 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.13 |
| HSL | 252.26º | 0.59% | 0.69% | - |
| HSV(B) | 252.26º | 0.42% | 0.87% | - |
| XYZ | 33.7 | 27.68 | 73.38 | - |
| YUV | 146.28 | 171.29 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 223 | 0.33 | 0.42 | 0 | 0.13 | 252.26 | 0.59 | 0.69 |
| Hex | 95 | 82 | DF | 21 | 2A | 0 | D | FC | 3B | 45 |
| Octal | 225 | 202 | 337 | 41 | 52 | 0 | 15 | 374 | 73 | 105 |
| Binary | 10010101 | 10000010 | 11011111 | 100001 | 101010 | 0 | 1101 | 11111100 | 111011 | 1000101 |
Color Harmonies of #9582DF
Complementary color
Monochromatic Colors of #9582DF
Black with #9582DF
Text Example
Text Example
White with #9582DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9582DF; }
p { color: rgb(149,130,223); }
H1.HeaderClassName
{
color: #9582DF;
}
.AnyTagClassName
{
color: #9582DF;
}
</style>
background-color css
<style>
a { background-color: #9582DF; }
a { background-color: rgb(149,130,223); }
div.DivClassName
{
background-color: #9582DF;
}
.BgClassName
{
background-color: #9582DF;
}
</style>
border-color css
<style>
span { border-color: #9582DF; }
span { border-color: rgb(149,130,223); }
td.TdClassName
{
border-color: #9582DF;
}
.TagClassName
{
border-color: #9582DF;
}
</style>