Shades of Medium Purple #9875DC
Tints of Medium Purple #9875DC
RGB
CMYK
RGB Variations
Color information
#9875DC (or 0x9875DC) is known color: Medium Purple. HEX triplet: 98, 75 and DC. RGB value is (152,117,220). Sum of RGB (Red+Green+Blue) = 152+117+220=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #9875DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875DC is #678A23. Grayscale: #8A8A8A. Windows color (decimal): -6785572 or 14448024. OLE color: 14448024.
HSL color Cylindrical-coordinate representation of color #9875DC: hue angle of 260.39º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9875DC is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 117 | 220 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.14 |
| HSL | 260.39º | 0.6% | 0.66% | - |
| HSV(B) | 260.39º | 0.47% | 0.86% | - |
| XYZ | 32.23 | 24.57 | 70.75 | - |
| YUV | 139.21 | 173.6 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 220 | 0.31 | 0.47 | 0 | 0.14 | 260.39 | 0.6 | 0.66 |
| Hex | 98 | 75 | DC | 1F | 2F | 0 | E | 104 | 3C | 42 |
| Octal | 230 | 165 | 334 | 37 | 57 | 0 | 16 | 404 | 74 | 102 |
| Binary | 10011000 | 1110101 | 11011100 | 11111 | 101111 | 0 | 1110 | 100000100 | 111100 | 1000010 |
Color Harmonies of #9875DC
Complementary color
Monochromatic Colors of #9875DC
Black with #9875DC
Text Example
Text Example
White with #9875DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9875DC; }
p { color: rgb(152,117,220); }
H1.HeaderClassName
{
color: #9875DC;
}
.AnyTagClassName
{
color: #9875DC;
}
</style>
background-color css
<style>
a { background-color: #9875DC; }
a { background-color: rgb(152,117,220); }
div.DivClassName
{
background-color: #9875DC;
}
.BgClassName
{
background-color: #9875DC;
}
</style>
border-color css
<style>
span { border-color: #9875DC; }
span { border-color: rgb(152,117,220); }
td.TdClassName
{
border-color: #9875DC;
}
.TagClassName
{
border-color: #9875DC;
}
</style>