Shades of Medium Purple #9765DB
Tints of Medium Purple #9765DB
RGB
CMYK
RGB Variations
Color information
#9765DB (or 0x9765DB) is known color: Medium Purple. HEX triplet: 97, 65 and DB. RGB value is (151,101,219). Sum of RGB (Red+Green+Blue) = 151+101+219=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #9765DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9765DB is #689A24. Grayscale: #808080. Windows color (decimal): -6855205 or 14378391. OLE color: 14378391.
HSL color Cylindrical-coordinate representation of color #9765DB: hue angle of 265.42º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9765DB is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 101 | 219 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.14 |
| HSL | 265.42º | 0.62% | 0.63% | - |
| HSV(B) | 265.42º | 0.54% | 0.86% | - |
| XYZ | 30.2 | 21 | 69.48 | - |
| YUV | 129.4 | 178.57 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 101 | 219 | 0.31 | 0.54 | 0 | 0.14 | 265.42 | 0.62 | 0.63 |
| Hex | 97 | 65 | DB | 1F | 36 | 0 | E | 109 | 3E | 3F |
| Octal | 227 | 145 | 333 | 37 | 66 | 0 | 16 | 411 | 76 | 77 |
| Binary | 10010111 | 1100101 | 11011011 | 11111 | 110110 | 0 | 1110 | 100001001 | 111110 | 111111 |
Color Harmonies of #9765DB
Complementary color
Monochromatic Colors of #9765DB
Black with #9765DB
Text Example
Text Example
White with #9765DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9765DB; }
p { color: rgb(151,101,219); }
H1.HeaderClassName
{
color: #9765DB;
}
.AnyTagClassName
{
color: #9765DB;
}
</style>
background-color css
<style>
a { background-color: #9765DB; }
a { background-color: rgb(151,101,219); }
div.DivClassName
{
background-color: #9765DB;
}
.BgClassName
{
background-color: #9765DB;
}
</style>
border-color css
<style>
span { border-color: #9765DB; }
span { border-color: rgb(151,101,219); }
td.TdClassName
{
border-color: #9765DB;
}
.TagClassName
{
border-color: #9765DB;
}
</style>