Shades of Medium Purple #9676DD
Tints of Medium Purple #9676DD
RGB
CMYK
RGB Variations
Color information
#9676DD (or 0x9676DD) is known color: Medium Purple. HEX triplet: 96, 76 and DD. RGB value is (150,118,221). Sum of RGB (Red+Green+Blue) = 150+118+221=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #9676DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9676DD is #698922. Grayscale: #8A8A8A. Windows color (decimal): -6916387 or 14513814. OLE color: 14513814.
HSL color Cylindrical-coordinate representation of color #9676DD: hue angle of 258.64º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9676DD is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 118 | 221 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.13 |
| HSL | 258.64º | 0.6% | 0.66% | - |
| HSV(B) | 258.64º | 0.47% | 0.87% | - |
| XYZ | 32.11 | 24.66 | 71.47 | - |
| YUV | 139.31 | 174.1 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 221 | 0.32 | 0.47 | 0 | 0.13 | 258.64 | 0.6 | 0.66 |
| Hex | 96 | 76 | DD | 20 | 2F | 0 | D | 103 | 3C | 42 |
| Octal | 226 | 166 | 335 | 40 | 57 | 0 | 15 | 403 | 74 | 102 |
| Binary | 10010110 | 1110110 | 11011101 | 100000 | 101111 | 0 | 1101 | 100000011 | 111100 | 1000010 |
Color Harmonies of #9676DD
Complementary color
Monochromatic Colors of #9676DD
Black with #9676DD
Text Example
Text Example
White with #9676DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9676DD; }
p { color: rgb(150,118,221); }
H1.HeaderClassName
{
color: #9676DD;
}
.AnyTagClassName
{
color: #9676DD;
}
</style>
background-color css
<style>
a { background-color: #9676DD; }
a { background-color: rgb(150,118,221); }
div.DivClassName
{
background-color: #9676DD;
}
.BgClassName
{
background-color: #9676DD;
}
</style>
border-color css
<style>
span { border-color: #9676DD; }
span { border-color: rgb(150,118,221); }
td.TdClassName
{
border-color: #9676DD;
}
.TagClassName
{
border-color: #9676DD;
}
</style>