Shades of Medium Purple #9A68DD
Tints of Medium Purple #9A68DD
RGB
CMYK
RGB Variations
Color information
#9A68DD (or 0x9A68DD) is known color: Medium Purple. HEX triplet: 9A, 68 and DD. RGB value is (154,104,221). Sum of RGB (Red+Green+Blue) = 154+104+221=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A68DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A68DD is #659722. Grayscale: #838383. Windows color (decimal): -6657827 or 14510234. OLE color: 14510234.
HSL color Cylindrical-coordinate representation of color #9A68DD: hue angle of 265.64º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A68DD is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 104 | 221 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.13 |
| HSL | 265.64º | 0.63% | 0.64% | - |
| HSV(B) | 265.64º | 0.53% | 0.87% | - |
| XYZ | 31.33 | 21.99 | 71 | - |
| YUV | 132.29 | 178.07 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 221 | 0.30 | 0.53 | 0 | 0.13 | 265.64 | 0.63 | 0.64 |
| Hex | 9A | 68 | DD | 1E | 35 | 0 | D | 10A | 3F | 40 |
| Octal | 232 | 150 | 335 | 36 | 65 | 0 | 15 | 412 | 77 | 100 |
| Binary | 10011010 | 1101000 | 11011101 | 11110 | 110101 | 0 | 1101 | 100001010 | 111111 | 1000000 |
Color Harmonies of #9A68DD
Complementary color
Monochromatic Colors of #9A68DD
Black with #9A68DD
Text Example
Text Example
White with #9A68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A68DD; }
p { color: rgb(154,104,221); }
H1.HeaderClassName
{
color: #9A68DD;
}
.AnyTagClassName
{
color: #9A68DD;
}
</style>
background-color css
<style>
a { background-color: #9A68DD; }
a { background-color: rgb(154,104,221); }
div.DivClassName
{
background-color: #9A68DD;
}
.BgClassName
{
background-color: #9A68DD;
}
</style>
border-color css
<style>
span { border-color: #9A68DD; }
span { border-color: rgb(154,104,221); }
td.TdClassName
{
border-color: #9A68DD;
}
.TagClassName
{
border-color: #9A68DD;
}
</style>