Shades of Medium Purple #9676DC
Tints of Medium Purple #9676DC
RGB
CMYK
RGB Variations
Color information
#9676DC (or 0x9676DC) is known color: Medium Purple. HEX triplet: 96, 76 and DC. RGB value is (150,118,220). Sum of RGB (Red+Green+Blue) = 150+118+220=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 118 (46.48% from 255 or 24.18% 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 #9676DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9676DC is #698923. Grayscale: #8A8A8A. Windows color (decimal): -6916388 or 14448278. OLE color: 14448278.
HSL color Cylindrical-coordinate representation of color #9676DC: hue angle of 258.82º degrees, saturation: 0.59, 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 #9676DC is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 118 | 220 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.14 |
| HSL | 258.82º | 0.59% | 0.66% | - |
| HSV(B) | 258.82º | 0.46% | 0.86% | - |
| XYZ | 31.97 | 24.61 | 70.77 | - |
| YUV | 139.2 | 173.6 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 220 | 0.32 | 0.46 | 0 | 0.14 | 258.82 | 0.59 | 0.66 |
| Hex | 96 | 76 | DC | 20 | 2E | 0 | E | 103 | 3B | 42 |
| Octal | 226 | 166 | 334 | 40 | 56 | 0 | 16 | 403 | 73 | 102 |
| Binary | 10010110 | 1110110 | 11011100 | 100000 | 101110 | 0 | 1110 | 100000011 | 111011 | 1000010 |
Color Harmonies of #9676DC
Complementary color
Monochromatic Colors of #9676DC
Black with #9676DC
Text Example
Text Example
White with #9676DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9676DC; }
p { color: rgb(150,118,220); }
H1.HeaderClassName
{
color: #9676DC;
}
.AnyTagClassName
{
color: #9676DC;
}
</style>
background-color css
<style>
a { background-color: #9676DC; }
a { background-color: rgb(150,118,220); }
div.DivClassName
{
background-color: #9676DC;
}
.BgClassName
{
background-color: #9676DC;
}
</style>
border-color css
<style>
span { border-color: #9676DC; }
span { border-color: rgb(150,118,220); }
td.TdClassName
{
border-color: #9676DC;
}
.TagClassName
{
border-color: #9676DC;
}
</style>