Shades of Medium Purple #9A76DB
Tints of Medium Purple #9A76DB
RGB
CMYK
RGB Variations
Color information
#9A76DB (or 0x9A76DB) is known color: Medium Purple. HEX triplet: 9A, 76 and DB. RGB value is (154,118,219). Sum of RGB (Red+Green+Blue) = 154+118+219=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A76DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A76DB is #658924. Grayscale: #8B8B8B. Windows color (decimal): -6654245 or 14382746. OLE color: 14382746.
HSL color Cylindrical-coordinate representation of color #9A76DB: hue angle of 261.39º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A76DB is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 118 | 219 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.14 |
| HSL | 261.39º | 0.58% | 0.66% | - |
| HSV(B) | 261.39º | 0.46% | 0.86% | - |
| XYZ | 32.59 | 24.94 | 70.11 | - |
| YUV | 140.28 | 172.43 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 118 | 219 | 0.30 | 0.46 | 0 | 0.14 | 261.39 | 0.58 | 0.66 |
| Hex | 9A | 76 | DB | 1E | 2E | 0 | E | 105 | 3A | 42 |
| Octal | 232 | 166 | 333 | 36 | 56 | 0 | 16 | 405 | 72 | 102 |
| Binary | 10011010 | 1110110 | 11011011 | 11110 | 101110 | 0 | 1110 | 100000101 | 111010 | 1000010 |
Color Harmonies of #9A76DB
Complementary color
Monochromatic Colors of #9A76DB
Black with #9A76DB
Text Example
Text Example
White with #9A76DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A76DB; }
p { color: rgb(154,118,219); }
H1.HeaderClassName
{
color: #9A76DB;
}
.AnyTagClassName
{
color: #9A76DB;
}
</style>
background-color css
<style>
a { background-color: #9A76DB; }
a { background-color: rgb(154,118,219); }
div.DivClassName
{
background-color: #9A76DB;
}
.BgClassName
{
background-color: #9A76DB;
}
</style>
border-color css
<style>
span { border-color: #9A76DB; }
span { border-color: rgb(154,118,219); }
td.TdClassName
{
border-color: #9A76DB;
}
.TagClassName
{
border-color: #9A76DB;
}
</style>