Shades of Medium Purple #9668DA
Tints of Medium Purple #9668DA
RGB
CMYK
RGB Variations
Color information
#9668DA (or 0x9668DA) is known color: Medium Purple. HEX triplet: 96, 68 and DA. RGB value is (150,104,218). Sum of RGB (Red+Green+Blue) = 150+104+218=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #9668DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9668DA is #699725. Grayscale: #828282. Windows color (decimal): -6919974 or 14313622. OLE color: 14313622.
HSL color Cylindrical-coordinate representation of color #9668DA: hue angle of 264.21º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9668DA is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 104 | 218 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.15 |
| HSL | 264.21º | 0.61% | 0.63% | - |
| HSV(B) | 264.21º | 0.52% | 0.85% | - |
| XYZ | 30.18 | 21.45 | 68.88 | - |
| YUV | 130.75 | 177.24 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 218 | 0.31 | 0.52 | 0 | 0.15 | 264.21 | 0.61 | 0.63 |
| Hex | 96 | 68 | DA | 1F | 34 | 0 | F | 108 | 3D | 3F |
| Octal | 226 | 150 | 332 | 37 | 64 | 0 | 17 | 410 | 75 | 77 |
| Binary | 10010110 | 1101000 | 11011010 | 11111 | 110100 | 0 | 1111 | 100001000 | 111101 | 111111 |
Color Harmonies of #9668DA
Complementary color
Monochromatic Colors of #9668DA
Black with #9668DA
Text Example
Text Example
White with #9668DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9668DA; }
p { color: rgb(150,104,218); }
H1.HeaderClassName
{
color: #9668DA;
}
.AnyTagClassName
{
color: #9668DA;
}
</style>
background-color css
<style>
a { background-color: #9668DA; }
a { background-color: rgb(150,104,218); }
div.DivClassName
{
background-color: #9668DA;
}
.BgClassName
{
background-color: #9668DA;
}
</style>
border-color css
<style>
span { border-color: #9668DA; }
span { border-color: rgb(150,104,218); }
td.TdClassName
{
border-color: #9668DA;
}
.TagClassName
{
border-color: #9668DA;
}
</style>