Shades of Medium Purple #9768DA
Tints of Medium Purple #9768DA
RGB
CMYK
RGB Variations
Color information
#9768DA (or 0x9768DA) is known color: Medium Purple. HEX triplet: 97, 68 and DA. RGB value is (151,104,218). Sum of RGB (Red+Green+Blue) = 151+104+218=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #9768DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9768DA is #689725. Grayscale: #828282. Windows color (decimal): -6854438 or 14313623. OLE color: 14313623.
HSL color Cylindrical-coordinate representation of color #9768DA: hue angle of 264.74º 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 #9768DA is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 104 | 218 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.15 |
| HSL | 264.74º | 0.61% | 0.63% | - |
| HSV(B) | 264.74º | 0.52% | 0.85% | - |
| XYZ | 30.37 | 21.54 | 68.89 | - |
| YUV | 131.05 | 177.07 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 104 | 218 | 0.31 | 0.52 | 0 | 0.15 | 264.74 | 0.61 | 0.63 |
| Hex | 97 | 68 | DA | 1F | 34 | 0 | F | 109 | 3D | 3F |
| Octal | 227 | 150 | 332 | 37 | 64 | 0 | 17 | 411 | 75 | 77 |
| Binary | 10010111 | 1101000 | 11011010 | 11111 | 110100 | 0 | 1111 | 100001001 | 111101 | 111111 |
Color Harmonies of #9768DA
Complementary color
Monochromatic Colors of #9768DA
Black with #9768DA
Text Example
Text Example
White with #9768DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9768DA; }
p { color: rgb(151,104,218); }
H1.HeaderClassName
{
color: #9768DA;
}
.AnyTagClassName
{
color: #9768DA;
}
</style>
background-color css
<style>
a { background-color: #9768DA; }
a { background-color: rgb(151,104,218); }
div.DivClassName
{
background-color: #9768DA;
}
.BgClassName
{
background-color: #9768DA;
}
</style>
border-color css
<style>
span { border-color: #9768DA; }
span { border-color: rgb(151,104,218); }
td.TdClassName
{
border-color: #9768DA;
}
.TagClassName
{
border-color: #9768DA;
}
</style>