Shades of Medium Purple #9182DF
Tints of Medium Purple #9182DF
RGB
CMYK
RGB Variations
Color information
#9182DF (or 0x9182DF) is known color: Medium Purple. HEX triplet: 91, 82 and DF. RGB value is (145,130,223). Sum of RGB (Red+Green+Blue) = 145+130+223=498 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.12% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #9182DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9182DF is #6E7D20. Grayscale: #909090. Windows color (decimal): -7240993 or 14647953. OLE color: 14647953.
HSL color Cylindrical-coordinate representation of color #9182DF: hue angle of 249.68º 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 #9182DF is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 130 | 223 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.13 |
| HSL | 249.68º | 0.59% | 0.69% | - |
| HSV(B) | 249.68º | 0.42% | 0.87% | - |
| XYZ | 32.98 | 27.31 | 73.35 | - |
| YUV | 145.09 | 171.97 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 223 | 0.35 | 0.42 | 0 | 0.13 | 249.68 | 0.59 | 0.69 |
| Hex | 91 | 82 | DF | 23 | 2A | 0 | D | FA | 3B | 45 |
| Octal | 221 | 202 | 337 | 43 | 52 | 0 | 15 | 372 | 73 | 105 |
| Binary | 10010001 | 10000010 | 11011111 | 100011 | 101010 | 0 | 1101 | 11111010 | 111011 | 1000101 |
Color Harmonies of #9182DF
Complementary color
Monochromatic Colors of #9182DF
Black with #9182DF
Text Example
Text Example
White with #9182DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9182DF; }
p { color: rgb(145,130,223); }
H1.HeaderClassName
{
color: #9182DF;
}
.AnyTagClassName
{
color: #9182DF;
}
</style>
background-color css
<style>
a { background-color: #9182DF; }
a { background-color: rgb(145,130,223); }
div.DivClassName
{
background-color: #9182DF;
}
.BgClassName
{
background-color: #9182DF;
}
</style>
border-color css
<style>
span { border-color: #9182DF; }
span { border-color: rgb(145,130,223); }
td.TdClassName
{
border-color: #9182DF;
}
.TagClassName
{
border-color: #9182DF;
}
</style>