Shades of Medium Purple #9482DF
Tints of Medium Purple #9482DF
RGB
CMYK
RGB Variations
Color information
#9482DF (or 0x9482DF) is known color: Medium Purple. HEX triplet: 94, 82 and DF. RGB value is (148,130,223). Sum of RGB (Red+Green+Blue) = 148+130+223=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #9482DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482DF is #6B7D20. Grayscale: #919191. Windows color (decimal): -7044385 or 14647956. OLE color: 14647956.
HSL color Cylindrical-coordinate representation of color #9482DF: hue angle of 251.61º 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 #9482DF is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 130 | 223 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.13 |
| HSL | 251.61º | 0.59% | 0.69% | - |
| HSV(B) | 251.61º | 0.42% | 0.87% | - |
| XYZ | 33.51 | 27.59 | 73.37 | - |
| YUV | 145.98 | 171.46 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 223 | 0.34 | 0.42 | 0 | 0.13 | 251.61 | 0.59 | 0.69 |
| Hex | 94 | 82 | DF | 22 | 2A | 0 | D | FC | 3B | 45 |
| Octal | 224 | 202 | 337 | 42 | 52 | 0 | 15 | 374 | 73 | 105 |
| Binary | 10010100 | 10000010 | 11011111 | 100010 | 101010 | 0 | 1101 | 11111100 | 111011 | 1000101 |
Color Harmonies of #9482DF
Complementary color
Monochromatic Colors of #9482DF
Black with #9482DF
Text Example
Text Example
White with #9482DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9482DF; }
p { color: rgb(148,130,223); }
H1.HeaderClassName
{
color: #9482DF;
}
.AnyTagClassName
{
color: #9482DF;
}
</style>
background-color css
<style>
a { background-color: #9482DF; }
a { background-color: rgb(148,130,223); }
div.DivClassName
{
background-color: #9482DF;
}
.BgClassName
{
background-color: #9482DF;
}
</style>
border-color css
<style>
span { border-color: #9482DF; }
span { border-color: rgb(148,130,223); }
td.TdClassName
{
border-color: #9482DF;
}
.TagClassName
{
border-color: #9482DF;
}
</style>