Shades of Medium Purple #9A80D1
Tints of Medium Purple #9A80D1
RGB
CMYK
RGB Variations
Color information
#9A80D1 (or 0x9A80D1) is known color: Medium Purple. HEX triplet: 9A, 80 and D1. RGB value is (154,128,209). Sum of RGB (Red+Green+Blue) = 154+128+209=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #9A80D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A80D1 is #657F2E. Grayscale: #909090. Windows color (decimal): -6651695 or 13729946. OLE color: 13729946.
HSL color Cylindrical-coordinate representation of color #9A80D1: hue angle of 259.26º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A80D1 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 128 | 209 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.18 |
| HSL | 259.26º | 0.47% | 0.66% | - |
| HSV(B) | 259.26º | 0.39% | 0.82% | - |
| XYZ | 32.55 | 26.91 | 63.8 | - |
| YUV | 145.01 | 164.11 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 128 | 209 | 0.26 | 0.39 | 0 | 0.18 | 259.26 | 0.47 | 0.66 |
| Hex | 9A | 80 | D1 | 1A | 27 | 0 | 12 | 103 | 2F | 42 |
| Octal | 232 | 200 | 321 | 32 | 47 | 0 | 22 | 403 | 57 | 102 |
| Binary | 10011010 | 10000000 | 11010001 | 11010 | 100111 | 0 | 10010 | 100000011 | 101111 | 1000010 |
Color Harmonies of #9A80D1
Complementary color
Monochromatic Colors of #9A80D1
Black with #9A80D1
Text Example
Text Example
White with #9A80D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A80D1; }
p { color: rgb(154,128,209); }
H1.HeaderClassName
{
color: #9A80D1;
}
.AnyTagClassName
{
color: #9A80D1;
}
</style>
background-color css
<style>
a { background-color: #9A80D1; }
a { background-color: rgb(154,128,209); }
div.DivClassName
{
background-color: #9A80D1;
}
.BgClassName
{
background-color: #9A80D1;
}
</style>
border-color css
<style>
span { border-color: #9A80D1; }
span { border-color: rgb(154,128,209); }
td.TdClassName
{
border-color: #9A80D1;
}
.TagClassName
{
border-color: #9A80D1;
}
</style>