Shades of Medium Purple #9684D2
Tints of Medium Purple #9684D2
RGB
CMYK
RGB Variations
Color information
#9684D2 (or 0x9684D2) is known color: Medium Purple. HEX triplet: 96, 84 and D2. RGB value is (150,132,210). Sum of RGB (Red+Green+Blue) = 150+132+210=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #9684D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9684D2 is #697B2D. Grayscale: #919191. Windows color (decimal): -6912814 or 13796502. OLE color: 13796502.
HSL color Cylindrical-coordinate representation of color #9684D2: hue angle of 253.85º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9684D2 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 132 | 210 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.18 |
| HSL | 253.85º | 0.46% | 0.67% | - |
| HSV(B) | 253.85º | 0.37% | 0.82% | - |
| XYZ | 32.46 | 27.64 | 64.6 | - |
| YUV | 146.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 210 | 0.29 | 0.37 | 0 | 0.18 | 253.85 | 0.46 | 0.67 |
| Hex | 96 | 84 | D2 | 1D | 25 | 0 | 12 | FE | 2E | 43 |
| Octal | 226 | 204 | 322 | 35 | 45 | 0 | 22 | 376 | 56 | 103 |
| Binary | 10010110 | 10000100 | 11010010 | 11101 | 100101 | 0 | 10010 | 11111110 | 101110 | 1000011 |
Color Harmonies of #9684D2
Complementary color
Monochromatic Colors of #9684D2
Black with #9684D2
Text Example
Text Example
White with #9684D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9684D2; }
p { color: rgb(150,132,210); }
H1.HeaderClassName
{
color: #9684D2;
}
.AnyTagClassName
{
color: #9684D2;
}
</style>
background-color css
<style>
a { background-color: #9684D2; }
a { background-color: rgb(150,132,210); }
div.DivClassName
{
background-color: #9684D2;
}
.BgClassName
{
background-color: #9684D2;
}
</style>
border-color css
<style>
span { border-color: #9684D2; }
span { border-color: rgb(150,132,210); }
td.TdClassName
{
border-color: #9684D2;
}
.TagClassName
{
border-color: #9684D2;
}
</style>