Shades of Medium Purple #9C80DA
Tints of Medium Purple #9C80DA
RGB
CMYK
RGB Variations
Color information
#9C80DA (or 0x9C80DA) is known color: Medium Purple. HEX triplet: 9C, 80 and DA. RGB value is (156,128,218). Sum of RGB (Red+Green+Blue) = 156+128+218=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C80DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C80DA is #637F25. Grayscale: #929292. Windows color (decimal): -6520614 or 14319772. OLE color: 14319772.
HSL color Cylindrical-coordinate representation of color #9C80DA: hue angle of 258.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C80DA is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 128 | 218 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.15 |
| HSL | 258.67º | 0.55% | 0.68% | - |
| HSV(B) | 258.67º | 0.41% | 0.85% | - |
| XYZ | 34.08 | 27.57 | 69.85 | - |
| YUV | 146.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 218 | 0.28 | 0.41 | 0 | 0.15 | 258.67 | 0.55 | 0.68 |
| Hex | 9C | 80 | DA | 1C | 29 | 0 | F | 103 | 37 | 44 |
| Octal | 234 | 200 | 332 | 34 | 51 | 0 | 17 | 403 | 67 | 104 |
| Binary | 10011100 | 10000000 | 11011010 | 11100 | 101001 | 0 | 1111 | 100000011 | 110111 | 1000100 |
Color Harmonies of #9C80DA
Complementary color
Monochromatic Colors of #9C80DA
Black with #9C80DA
Text Example
Text Example
White with #9C80DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C80DA; }
p { color: rgb(156,128,218); }
H1.HeaderClassName
{
color: #9C80DA;
}
.AnyTagClassName
{
color: #9C80DA;
}
</style>
background-color css
<style>
a { background-color: #9C80DA; }
a { background-color: rgb(156,128,218); }
div.DivClassName
{
background-color: #9C80DA;
}
.BgClassName
{
background-color: #9C80DA;
}
</style>
border-color css
<style>
span { border-color: #9C80DA; }
span { border-color: rgb(156,128,218); }
td.TdClassName
{
border-color: #9C80DA;
}
.TagClassName
{
border-color: #9C80DA;
}
</style>