Shades of Medium Purple #9767DB
Tints of Medium Purple #9767DB
RGB
CMYK
RGB Variations
Color information
#9767DB (or 0x9767DB) is known color: Medium Purple. HEX triplet: 97, 67 and DB. RGB value is (151,103,219). Sum of RGB (Red+Green+Blue) = 151+103+219=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #9767DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9767DB is #689824. Grayscale: #828282. Windows color (decimal): -6854693 or 14378903. OLE color: 14378903.
HSL color Cylindrical-coordinate representation of color #9767DB: hue angle of 264.83º degrees, saturation: 0.62, 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 #9767DB is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 103 | 219 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.14 |
| HSL | 264.83º | 0.62% | 0.63% | - |
| HSV(B) | 264.83º | 0.53% | 0.86% | - |
| XYZ | 30.4 | 21.39 | 69.55 | - |
| YUV | 130.58 | 177.9 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 219 | 0.31 | 0.53 | 0 | 0.14 | 264.83 | 0.62 | 0.63 |
| Hex | 97 | 67 | DB | 1F | 35 | 0 | E | 109 | 3E | 3F |
| Octal | 227 | 147 | 333 | 37 | 65 | 0 | 16 | 411 | 76 | 77 |
| Binary | 10010111 | 1100111 | 11011011 | 11111 | 110101 | 0 | 1110 | 100001001 | 111110 | 111111 |
Color Harmonies of #9767DB
Complementary color
Monochromatic Colors of #9767DB
Black with #9767DB
Text Example
Text Example
White with #9767DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9767DB; }
p { color: rgb(151,103,219); }
H1.HeaderClassName
{
color: #9767DB;
}
.AnyTagClassName
{
color: #9767DB;
}
</style>
background-color css
<style>
a { background-color: #9767DB; }
a { background-color: rgb(151,103,219); }
div.DivClassName
{
background-color: #9767DB;
}
.BgClassName
{
background-color: #9767DB;
}
</style>
border-color css
<style>
span { border-color: #9767DB; }
span { border-color: rgb(151,103,219); }
td.TdClassName
{
border-color: #9767DB;
}
.TagClassName
{
border-color: #9767DB;
}
</style>