Shades of Medium Purple #9676DA
Tints of Medium Purple #9676DA
RGB
CMYK
RGB Variations
Color information
#9676DA (or 0x9676DA) is known color: Medium Purple. HEX triplet: 96, 76 and DA. RGB value is (150,118,218). Sum of RGB (Red+Green+Blue) = 150+118+218=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #9676DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9676DA is #698925. Grayscale: #8A8A8A. Windows color (decimal): -6916390 or 14317206. OLE color: 14317206.
HSL color Cylindrical-coordinate representation of color #9676DA: hue angle of 259.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9676DA is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 118 | 218 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.15 |
| HSL | 259.2º | 0.57% | 0.66% | - |
| HSV(B) | 259.2º | 0.46% | 0.85% | - |
| XYZ | 31.71 | 24.5 | 69.39 | - |
| YUV | 138.97 | 172.6 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 218 | 0.31 | 0.46 | 0 | 0.15 | 259.2 | 0.57 | 0.66 |
| Hex | 96 | 76 | DA | 1F | 2E | 0 | F | 103 | 39 | 42 |
| Octal | 226 | 166 | 332 | 37 | 56 | 0 | 17 | 403 | 71 | 102 |
| Binary | 10010110 | 1110110 | 11011010 | 11111 | 101110 | 0 | 1111 | 100000011 | 111001 | 1000010 |
Color Harmonies of #9676DA
Complementary color
Monochromatic Colors of #9676DA
Black with #9676DA
Text Example
Text Example
White with #9676DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9676DA; }
p { color: rgb(150,118,218); }
H1.HeaderClassName
{
color: #9676DA;
}
.AnyTagClassName
{
color: #9676DA;
}
</style>
background-color css
<style>
a { background-color: #9676DA; }
a { background-color: rgb(150,118,218); }
div.DivClassName
{
background-color: #9676DA;
}
.BgClassName
{
background-color: #9676DA;
}
</style>
border-color css
<style>
span { border-color: #9676DA; }
span { border-color: rgb(150,118,218); }
td.TdClassName
{
border-color: #9676DA;
}
.TagClassName
{
border-color: #9676DA;
}
</style>