Shades of Medium Purple #9182DC
Tints of Medium Purple #9182DC
RGB
CMYK
RGB Variations
Color information
#9182DC (or 0x9182DC) is known color: Medium Purple. HEX triplet: 91, 82 and DC. RGB value is (145,130,220). Sum of RGB (Red+Green+Blue) = 145+130+220=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #9182DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9182DC is #6E7D23. Grayscale: #909090. Windows color (decimal): -7240996 or 14451345. OLE color: 14451345.
HSL color Cylindrical-coordinate representation of color #9182DC: hue angle of 250º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9182DC is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 130 | 220 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.14 |
| HSL | 250º | 0.56% | 0.69% | - |
| HSV(B) | 250º | 0.41% | 0.86% | - |
| XYZ | 32.58 | 27.15 | 71.23 | - |
| YUV | 144.75 | 170.47 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 220 | 0.34 | 0.41 | 0 | 0.14 | 250 | 0.56 | 0.69 |
| Hex | 91 | 82 | DC | 22 | 29 | 0 | E | FA | 38 | 45 |
| Octal | 221 | 202 | 334 | 42 | 51 | 0 | 16 | 372 | 70 | 105 |
| Binary | 10010001 | 10000010 | 11011100 | 100010 | 101001 | 0 | 1110 | 11111010 | 111000 | 1000101 |
Color Harmonies of #9182DC
Complementary color
Monochromatic Colors of #9182DC
Black with #9182DC
Text Example
Text Example
White with #9182DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9182DC; }
p { color: rgb(145,130,220); }
H1.HeaderClassName
{
color: #9182DC;
}
.AnyTagClassName
{
color: #9182DC;
}
</style>
background-color css
<style>
a { background-color: #9182DC; }
a { background-color: rgb(145,130,220); }
div.DivClassName
{
background-color: #9182DC;
}
.BgClassName
{
background-color: #9182DC;
}
</style>
border-color css
<style>
span { border-color: #9182DC; }
span { border-color: rgb(145,130,220); }
td.TdClassName
{
border-color: #9182DC;
}
.TagClassName
{
border-color: #9182DC;
}
</style>