Shades of Medium Purple #9A72DC
Tints of Medium Purple #9A72DC
RGB
CMYK
RGB Variations
Color information
#9A72DC (or 0x9A72DC) is known color: Medium Purple. HEX triplet: 9A, 72 and DC. RGB value is (154,114,220). Sum of RGB (Red+Green+Blue) = 154+114+220=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A72DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A72DC is #658D23. Grayscale: #898989. Windows color (decimal): -6655268 or 14447258. OLE color: 14447258.
HSL color Cylindrical-coordinate representation of color #9A72DC: hue angle of 262.64º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A72DC is Cyan = 0.3, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 114 | 220 | - |
| CMYK | 0.3 | 0.48 | 0 | 0.14 |
| HSL | 262.64º | 0.6% | 0.65% | - |
| HSV(B) | 262.64º | 0.48% | 0.86% | - |
| XYZ | 32.26 | 24.07 | 70.66 | - |
| YUV | 138.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 220 | 0.3 | 0.48 | 0 | 0.14 | 262.64 | 0.6 | 0.65 |
| Hex | 9A | 72 | DC | 1E | 30 | 0 | E | 107 | 3C | 41 |
| Octal | 232 | 162 | 334 | 36 | 60 | 0 | 16 | 407 | 74 | 101 |
| Binary | 10011010 | 1110010 | 11011100 | 11110 | 110000 | 0 | 1110 | 100000111 | 111100 | 1000001 |
Color Harmonies of #9A72DC
Complementary color
Monochromatic Colors of #9A72DC
Black with #9A72DC
Text Example
Text Example
White with #9A72DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A72DC; }
p { color: rgb(154,114,220); }
H1.HeaderClassName
{
color: #9A72DC;
}
.AnyTagClassName
{
color: #9A72DC;
}
</style>
background-color css
<style>
a { background-color: #9A72DC; }
a { background-color: rgb(154,114,220); }
div.DivClassName
{
background-color: #9A72DC;
}
.BgClassName
{
background-color: #9A72DC;
}
</style>
border-color css
<style>
span { border-color: #9A72DC; }
span { border-color: rgb(154,114,220); }
td.TdClassName
{
border-color: #9A72DC;
}
.TagClassName
{
border-color: #9A72DC;
}
</style>