Shades of Medium Purple #9675D6
Tints of Medium Purple #9675D6
RGB
CMYK
RGB Variations
Color information
#9675D6 (or 0x9675D6) is known color: Medium Purple. HEX triplet: 96, 75 and D6. RGB value is (150,117,214). Sum of RGB (Red+Green+Blue) = 150+117+214=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #9675D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675D6 is #698A29. Grayscale: #898989. Windows color (decimal): -6916650 or 14054806. OLE color: 14054806.
HSL color Cylindrical-coordinate representation of color #9675D6: hue angle of 260.41º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9675D6 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 117 | 214 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.16 |
| HSL | 260.41º | 0.54% | 0.65% | - |
| HSV(B) | 260.41º | 0.45% | 0.84% | - |
| XYZ | 31.08 | 24.06 | 66.62 | - |
| YUV | 137.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 214 | 0.30 | 0.45 | 0 | 0.16 | 260.41 | 0.54 | 0.65 |
| Hex | 96 | 75 | D6 | 1E | 2D | 0 | 10 | 104 | 36 | 41 |
| Octal | 226 | 165 | 326 | 36 | 55 | 0 | 20 | 404 | 66 | 101 |
| Binary | 10010110 | 1110101 | 11010110 | 11110 | 101101 | 0 | 10000 | 100000100 | 110110 | 1000001 |
Color Harmonies of #9675D6
Complementary color
Monochromatic Colors of #9675D6
Black with #9675D6
Text Example
Text Example
White with #9675D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9675D6; }
p { color: rgb(150,117,214); }
H1.HeaderClassName
{
color: #9675D6;
}
.AnyTagClassName
{
color: #9675D6;
}
</style>
background-color css
<style>
a { background-color: #9675D6; }
a { background-color: rgb(150,117,214); }
div.DivClassName
{
background-color: #9675D6;
}
.BgClassName
{
background-color: #9675D6;
}
</style>
border-color css
<style>
span { border-color: #9675D6; }
span { border-color: rgb(150,117,214); }
td.TdClassName
{
border-color: #9675D6;
}
.TagClassName
{
border-color: #9675D6;
}
</style>