Shades of Medium Purple #9665DC
Tints of Medium Purple #9665DC
RGB
CMYK
RGB Variations
Color information
#9665DC (or 0x9665DC) is known color: Medium Purple. HEX triplet: 96, 65 and DC. RGB value is (150,101,220). Sum of RGB (Red+Green+Blue) = 150+101+220=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #9665DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9665DC is #699A23. Grayscale: #808080. Windows color (decimal): -6920740 or 14443926. OLE color: 14443926.
HSL color Cylindrical-coordinate representation of color #9665DC: hue angle of 264.71º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9665DC is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 101 | 220 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.14 |
| HSL | 264.71º | 0.63% | 0.63% | - |
| HSV(B) | 264.71º | 0.54% | 0.86% | - |
| XYZ | 30.15 | 20.96 | 70.17 | - |
| YUV | 129.22 | 179.23 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 220 | 0.32 | 0.54 | 0 | 0.14 | 264.71 | 0.63 | 0.63 |
| Hex | 96 | 65 | DC | 20 | 36 | 0 | E | 109 | 3F | 3F |
| Octal | 226 | 145 | 334 | 40 | 66 | 0 | 16 | 411 | 77 | 77 |
| Binary | 10010110 | 1100101 | 11011100 | 100000 | 110110 | 0 | 1110 | 100001001 | 111111 | 111111 |
Color Harmonies of #9665DC
Complementary color
Monochromatic Colors of #9665DC
Black with #9665DC
Text Example
Text Example
White with #9665DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9665DC; }
p { color: rgb(150,101,220); }
H1.HeaderClassName
{
color: #9665DC;
}
.AnyTagClassName
{
color: #9665DC;
}
</style>
background-color css
<style>
a { background-color: #9665DC; }
a { background-color: rgb(150,101,220); }
div.DivClassName
{
background-color: #9665DC;
}
.BgClassName
{
background-color: #9665DC;
}
</style>
border-color css
<style>
span { border-color: #9665DC; }
span { border-color: rgb(150,101,220); }
td.TdClassName
{
border-color: #9665DC;
}
.TagClassName
{
border-color: #9665DC;
}
</style>