Shades of Medium Purple #9767DC
Tints of Medium Purple #9767DC
RGB
CMYK
RGB Variations
Color information
#9767DC (or 0x9767DC) is known color: Medium Purple. HEX triplet: 97, 67 and DC. RGB value is (151,103,220). Sum of RGB (Red+Green+Blue) = 151+103+220=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #9767DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9767DC is #689823. Grayscale: #828282. Windows color (decimal): -6854692 or 14444439. OLE color: 14444439.
HSL color Cylindrical-coordinate representation of color #9767DC: hue angle of 264.62º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9767DC is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 103 | 220 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.14 |
| HSL | 264.62º | 0.63% | 0.63% | - |
| HSV(B) | 264.62º | 0.53% | 0.86% | - |
| XYZ | 30.53 | 21.45 | 70.24 | - |
| YUV | 130.69 | 178.4 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 220 | 0.31 | 0.53 | 0 | 0.14 | 264.62 | 0.63 | 0.63 |
| Hex | 97 | 67 | DC | 1F | 35 | 0 | E | 109 | 3F | 3F |
| Octal | 227 | 147 | 334 | 37 | 65 | 0 | 16 | 411 | 77 | 77 |
| Binary | 10010111 | 1100111 | 11011100 | 11111 | 110101 | 0 | 1110 | 100001001 | 111111 | 111111 |
Color Harmonies of #9767DC
Complementary color
Monochromatic Colors of #9767DC
Black with #9767DC
Text Example
Text Example
White with #9767DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9767DC; }
p { color: rgb(151,103,220); }
H1.HeaderClassName
{
color: #9767DC;
}
.AnyTagClassName
{
color: #9767DC;
}
</style>
background-color css
<style>
a { background-color: #9767DC; }
a { background-color: rgb(151,103,220); }
div.DivClassName
{
background-color: #9767DC;
}
.BgClassName
{
background-color: #9767DC;
}
</style>
border-color css
<style>
span { border-color: #9767DC; }
span { border-color: rgb(151,103,220); }
td.TdClassName
{
border-color: #9767DC;
}
.TagClassName
{
border-color: #9767DC;
}
</style>