Shades of Medium Purple #9C80EA
Tints of Medium Purple #9C80EA
RGB
CMYK
RGB Variations
Color information
#9C80EA (or 0x9C80EA) is known color: Medium Purple. HEX triplet: 9C, 80 and EA. RGB value is (156,128,234). Sum of RGB (Red+Green+Blue) = 156+128+234=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C80EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C80EA is #637F15. Grayscale: #949494. Windows color (decimal): -6520598 or 15368348. OLE color: 15368348.
HSL color Cylindrical-coordinate representation of color #9C80EA: hue angle of 255.85º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C80EA is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 128 | 234 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.08 |
| HSL | 255.85º | 0.72% | 0.71% | - |
| HSV(B) | 255.85º | 0.45% | 0.92% | - |
| XYZ | 36.28 | 28.45 | 81.42 | - |
| YUV | 148.46 | 176.28 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 234 | 0.33 | 0.45 | 0 | 0.08 | 255.85 | 0.72 | 0.71 |
| Hex | 9C | 80 | EA | 21 | 2D | 0 | 8 | 100 | 48 | 47 |
| Octal | 234 | 200 | 352 | 41 | 55 | 0 | 10 | 400 | 110 | 107 |
| Binary | 10011100 | 10000000 | 11101010 | 100001 | 101101 | 0 | 1000 | 100000000 | 1001000 | 1000111 |
Color Harmonies of #9C80EA
Complementary color
Monochromatic Colors of #9C80EA
Black with #9C80EA
Text Example
Text Example
White with #9C80EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C80EA; }
p { color: rgb(156,128,234); }
H1.HeaderClassName
{
color: #9C80EA;
}
.AnyTagClassName
{
color: #9C80EA;
}
</style>
background-color css
<style>
a { background-color: #9C80EA; }
a { background-color: rgb(156,128,234); }
div.DivClassName
{
background-color: #9C80EA;
}
.BgClassName
{
background-color: #9C80EA;
}
</style>
border-color css
<style>
span { border-color: #9C80EA; }
span { border-color: rgb(156,128,234); }
td.TdClassName
{
border-color: #9C80EA;
}
.TagClassName
{
border-color: #9C80EA;
}
</style>