Shades of Medium Purple #9671DA
Tints of Medium Purple #9671DA
RGB
CMYK
RGB Variations
Color information
#9671DA (or 0x9671DA) is known color: Medium Purple. HEX triplet: 96, 71 and DA. RGB value is (150,113,218). Sum of RGB (Red+Green+Blue) = 150+113+218=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #9671DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9671DA is #698E25. Grayscale: #878787. Windows color (decimal): -6917670 or 14315926. OLE color: 14315926.
HSL color Cylindrical-coordinate representation of color #9671DA: hue angle of 261.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9671DA is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 113 | 218 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.15 |
| HSL | 261.14º | 0.59% | 0.65% | - |
| HSV(B) | 261.14º | 0.48% | 0.85% | - |
| XYZ | 31.14 | 23.36 | 69.2 | - |
| YUV | 136.03 | 174.26 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 218 | 0.31 | 0.48 | 0 | 0.15 | 261.14 | 0.59 | 0.65 |
| Hex | 96 | 71 | DA | 1F | 30 | 0 | F | 105 | 3B | 41 |
| Octal | 226 | 161 | 332 | 37 | 60 | 0 | 17 | 405 | 73 | 101 |
| Binary | 10010110 | 1110001 | 11011010 | 11111 | 110000 | 0 | 1111 | 100000101 | 111011 | 1000001 |
Color Harmonies of #9671DA
Complementary color
Monochromatic Colors of #9671DA
Black with #9671DA
Text Example
Text Example
White with #9671DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9671DA; }
p { color: rgb(150,113,218); }
H1.HeaderClassName
{
color: #9671DA;
}
.AnyTagClassName
{
color: #9671DA;
}
</style>
background-color css
<style>
a { background-color: #9671DA; }
a { background-color: rgb(150,113,218); }
div.DivClassName
{
background-color: #9671DA;
}
.BgClassName
{
background-color: #9671DA;
}
</style>
border-color css
<style>
span { border-color: #9671DA; }
span { border-color: rgb(150,113,218); }
td.TdClassName
{
border-color: #9671DA;
}
.TagClassName
{
border-color: #9671DA;
}
</style>