Shades of Medium Purple #9670D6
Tints of Medium Purple #9670D6
RGB
CMYK
RGB Variations
Color information
#9670D6 (or 0x9670D6) is known color: Medium Purple. HEX triplet: 96, 70 and D6. RGB value is (150,112,214). Sum of RGB (Red+Green+Blue) = 150+112+214=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #9670D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670D6 is #698F29. Grayscale: #868686. Windows color (decimal): -6917930 or 14053526. OLE color: 14053526.
HSL color Cylindrical-coordinate representation of color #9670D6: hue angle of 262.35º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9670D6 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 112 | 214 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.16 |
| HSL | 262.35º | 0.55% | 0.64% | - |
| HSV(B) | 262.35º | 0.48% | 0.84% | - |
| XYZ | 30.51 | 22.93 | 66.44 | - |
| YUV | 134.99 | 172.59 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 214 | 0.30 | 0.48 | 0 | 0.16 | 262.35 | 0.55 | 0.64 |
| Hex | 96 | 70 | D6 | 1E | 30 | 0 | 10 | 106 | 37 | 40 |
| Octal | 226 | 160 | 326 | 36 | 60 | 0 | 20 | 406 | 67 | 100 |
| Binary | 10010110 | 1110000 | 11010110 | 11110 | 110000 | 0 | 10000 | 100000110 | 110111 | 1000000 |
Color Harmonies of #9670D6
Complementary color
Monochromatic Colors of #9670D6
Black with #9670D6
Text Example
Text Example
White with #9670D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9670D6; }
p { color: rgb(150,112,214); }
H1.HeaderClassName
{
color: #9670D6;
}
.AnyTagClassName
{
color: #9670D6;
}
</style>
background-color css
<style>
a { background-color: #9670D6; }
a { background-color: rgb(150,112,214); }
div.DivClassName
{
background-color: #9670D6;
}
.BgClassName
{
background-color: #9670D6;
}
</style>
border-color css
<style>
span { border-color: #9670D6; }
span { border-color: rgb(150,112,214); }
td.TdClassName
{
border-color: #9670D6;
}
.TagClassName
{
border-color: #9670D6;
}
</style>