Shades of Medium Purple #9180DC
Tints of Medium Purple #9180DC
RGB
CMYK
RGB Variations
Color information
#9180DC (or 0x9180DC) is known color: Medium Purple. HEX triplet: 91, 80 and DC. RGB value is (145,128,220). Sum of RGB (Red+Green+Blue) = 145+128+220=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #9180DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9180DC is #6E7F23. Grayscale: #8F8F8F. Windows color (decimal): -7241508 or 14450833. OLE color: 14450833.
HSL color Cylindrical-coordinate representation of color #9180DC: hue angle of 251.09º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9180DC is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 128 | 220 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.14 |
| HSL | 251.09º | 0.57% | 0.68% | - |
| HSV(B) | 251.09º | 0.42% | 0.86% | - |
| XYZ | 32.31 | 26.63 | 71.15 | - |
| YUV | 143.57 | 171.13 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 220 | 0.34 | 0.42 | 0 | 0.14 | 251.09 | 0.57 | 0.68 |
| Hex | 91 | 80 | DC | 22 | 2A | 0 | E | FB | 39 | 44 |
| Octal | 221 | 200 | 334 | 42 | 52 | 0 | 16 | 373 | 71 | 104 |
| Binary | 10010001 | 10000000 | 11011100 | 100010 | 101010 | 0 | 1110 | 11111011 | 111001 | 1000100 |
Color Harmonies of #9180DC
Complementary color
Monochromatic Colors of #9180DC
Black with #9180DC
Text Example
Text Example
White with #9180DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9180DC; }
p { color: rgb(145,128,220); }
H1.HeaderClassName
{
color: #9180DC;
}
.AnyTagClassName
{
color: #9180DC;
}
</style>
background-color css
<style>
a { background-color: #9180DC; }
a { background-color: rgb(145,128,220); }
div.DivClassName
{
background-color: #9180DC;
}
.BgClassName
{
background-color: #9180DC;
}
</style>
border-color css
<style>
span { border-color: #9180DC; }
span { border-color: rgb(145,128,220); }
td.TdClassName
{
border-color: #9180DC;
}
.TagClassName
{
border-color: #9180DC;
}
</style>