Shades of Medium Purple #9182DB
Tints of Medium Purple #9182DB
RGB
CMYK
RGB Variations
Color information
#9182DB (or 0x9182DB) is known color: Medium Purple. HEX triplet: 91, 82 and DB. RGB value is (145,130,219). Sum of RGB (Red+Green+Blue) = 145+130+219=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #9182DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9182DB is #6E7D24. Grayscale: #909090. Windows color (decimal): -7240997 or 14385809. OLE color: 14385809.
HSL color Cylindrical-coordinate representation of color #9182DB: hue angle of 250.11º 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 #9182DB is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 130 | 219 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.14 |
| HSL | 250.11º | 0.55% | 0.68% | - |
| HSV(B) | 250.11º | 0.41% | 0.86% | - |
| XYZ | 32.45 | 27.1 | 70.54 | - |
| YUV | 144.63 | 169.97 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 219 | 0.34 | 0.41 | 0 | 0.14 | 250.11 | 0.55 | 0.68 |
| Hex | 91 | 82 | DB | 22 | 29 | 0 | E | FA | 37 | 44 |
| Octal | 221 | 202 | 333 | 42 | 51 | 0 | 16 | 372 | 67 | 104 |
| Binary | 10010001 | 10000010 | 11011011 | 100010 | 101001 | 0 | 1110 | 11111010 | 110111 | 1000100 |
Color Harmonies of #9182DB
Complementary color
Monochromatic Colors of #9182DB
Black with #9182DB
Text Example
Text Example
White with #9182DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9182DB; }
p { color: rgb(145,130,219); }
H1.HeaderClassName
{
color: #9182DB;
}
.AnyTagClassName
{
color: #9182DB;
}
</style>
background-color css
<style>
a { background-color: #9182DB; }
a { background-color: rgb(145,130,219); }
div.DivClassName
{
background-color: #9182DB;
}
.BgClassName
{
background-color: #9182DB;
}
</style>
border-color css
<style>
span { border-color: #9182DB; }
span { border-color: rgb(145,130,219); }
td.TdClassName
{
border-color: #9182DB;
}
.TagClassName
{
border-color: #9182DB;
}
</style>