Shades of Medium Purple #9769DB
Tints of Medium Purple #9769DB
RGB
CMYK
RGB Variations
Color information
#9769DB (or 0x9769DB) is known color: Medium Purple. HEX triplet: 97, 69 and DB. RGB value is (151,105,219). Sum of RGB (Red+Green+Blue) = 151+105+219=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #9769DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9769DB is #689624. Grayscale: #838383. Windows color (decimal): -6854181 or 14379415. OLE color: 14379415.
HSL color Cylindrical-coordinate representation of color #9769DB: hue angle of 264.21º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9769DB is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 105 | 219 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.14 |
| HSL | 264.21º | 0.61% | 0.64% | - |
| HSV(B) | 264.21º | 0.52% | 0.86% | - |
| XYZ | 30.6 | 21.8 | 69.61 | - |
| YUV | 131.75 | 177.24 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 219 | 0.31 | 0.52 | 0 | 0.14 | 264.21 | 0.61 | 0.64 |
| Hex | 97 | 69 | DB | 1F | 34 | 0 | E | 108 | 3D | 40 |
| Octal | 227 | 151 | 333 | 37 | 64 | 0 | 16 | 410 | 75 | 100 |
| Binary | 10010111 | 1101001 | 11011011 | 11111 | 110100 | 0 | 1110 | 100001000 | 111101 | 1000000 |
Color Harmonies of #9769DB
Complementary color
Monochromatic Colors of #9769DB
Black with #9769DB
Text Example
Text Example
White with #9769DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9769DB; }
p { color: rgb(151,105,219); }
H1.HeaderClassName
{
color: #9769DB;
}
.AnyTagClassName
{
color: #9769DB;
}
</style>
background-color css
<style>
a { background-color: #9769DB; }
a { background-color: rgb(151,105,219); }
div.DivClassName
{
background-color: #9769DB;
}
.BgClassName
{
background-color: #9769DB;
}
</style>
border-color css
<style>
span { border-color: #9769DB; }
span { border-color: rgb(151,105,219); }
td.TdClassName
{
border-color: #9769DB;
}
.TagClassName
{
border-color: #9769DB;
}
</style>