Shades of Medium Purple #9765DC
Tints of Medium Purple #9765DC
RGB
CMYK
RGB Variations
Color information
#9765DC (or 0x9765DC) is known color: Medium Purple. HEX triplet: 97, 65 and DC. RGB value is (151,101,220). Sum of RGB (Red+Green+Blue) = 151+101+220=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #9765DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9765DC is #689A23. Grayscale: #818181. Windows color (decimal): -6855204 or 14443927. OLE color: 14443927.
HSL color Cylindrical-coordinate representation of color #9765DC: hue angle of 265.21º degrees, saturation: 0.63, 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 #9765DC is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 101 | 220 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.14 |
| HSL | 265.21º | 0.63% | 0.63% | - |
| HSV(B) | 265.21º | 0.54% | 0.86% | - |
| XYZ | 30.33 | 21.05 | 70.18 | - |
| YUV | 129.52 | 179.07 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 101 | 220 | 0.31 | 0.54 | 0 | 0.14 | 265.21 | 0.63 | 0.63 |
| Hex | 97 | 65 | DC | 1F | 36 | 0 | E | 109 | 3F | 3F |
| Octal | 227 | 145 | 334 | 37 | 66 | 0 | 16 | 411 | 77 | 77 |
| Binary | 10010111 | 1100101 | 11011100 | 11111 | 110110 | 0 | 1110 | 100001001 | 111111 | 111111 |
Color Harmonies of #9765DC
Complementary color
Monochromatic Colors of #9765DC
Black with #9765DC
Text Example
Text Example
White with #9765DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9765DC; }
p { color: rgb(151,101,220); }
H1.HeaderClassName
{
color: #9765DC;
}
.AnyTagClassName
{
color: #9765DC;
}
</style>
background-color css
<style>
a { background-color: #9765DC; }
a { background-color: rgb(151,101,220); }
div.DivClassName
{
background-color: #9765DC;
}
.BgClassName
{
background-color: #9765DC;
}
</style>
border-color css
<style>
span { border-color: #9765DC; }
span { border-color: rgb(151,101,220); }
td.TdClassName
{
border-color: #9765DC;
}
.TagClassName
{
border-color: #9765DC;
}
</style>