Shades of Medium Purple #9675DD
Tints of Medium Purple #9675DD
RGB
CMYK
RGB Variations
Color information
#9675DD (or 0x9675DD) is known color: Medium Purple. HEX triplet: 96, 75 and DD. RGB value is (150,117,221). Sum of RGB (Red+Green+Blue) = 150+117+221=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #9675DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675DD is #698A22. Grayscale: #8A8A8A. Windows color (decimal): -6916643 or 14513558. OLE color: 14513558.
HSL color Cylindrical-coordinate representation of color #9675DD: hue angle of 259.04º 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 #9675DD is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 117 | 221 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.13 |
| HSL | 259.04º | 0.6% | 0.66% | - |
| HSV(B) | 259.04º | 0.47% | 0.87% | - |
| XYZ | 31.99 | 24.43 | 71.44 | - |
| YUV | 138.72 | 174.43 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 221 | 0.32 | 0.47 | 0 | 0.13 | 259.04 | 0.6 | 0.66 |
| Hex | 96 | 75 | DD | 20 | 2F | 0 | D | 103 | 3C | 42 |
| Octal | 226 | 165 | 335 | 40 | 57 | 0 | 15 | 403 | 74 | 102 |
| Binary | 10010110 | 1110101 | 11011101 | 100000 | 101111 | 0 | 1101 | 100000011 | 111100 | 1000010 |
Color Harmonies of #9675DD
Complementary color
Monochromatic Colors of #9675DD
Black with #9675DD
Text Example
Text Example
White with #9675DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9675DD; }
p { color: rgb(150,117,221); }
H1.HeaderClassName
{
color: #9675DD;
}
.AnyTagClassName
{
color: #9675DD;
}
</style>
background-color css
<style>
a { background-color: #9675DD; }
a { background-color: rgb(150,117,221); }
div.DivClassName
{
background-color: #9675DD;
}
.BgClassName
{
background-color: #9675DD;
}
</style>
border-color css
<style>
span { border-color: #9675DD; }
span { border-color: rgb(150,117,221); }
td.TdClassName
{
border-color: #9675DD;
}
.TagClassName
{
border-color: #9675DD;
}
</style>