Shades of Medium Purple #9C75DF
Tints of Medium Purple #9C75DF
RGB
CMYK
RGB Variations
Color information
#9C75DF (or 0x9C75DF) is known color: Medium Purple. HEX triplet: 9C, 75 and DF. RGB value is (156,117,223). Sum of RGB (Red+Green+Blue) = 156+117+223=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C75DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C75DF is #638A20. Grayscale: #8C8C8C. Windows color (decimal): -6523425 or 14644636. OLE color: 14644636.
HSL color Cylindrical-coordinate representation of color #9C75DF: hue angle of 262.08º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C75DF is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 117 | 223 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.13 |
| HSL | 262.08º | 0.62% | 0.67% | - |
| HSV(B) | 262.08º | 0.48% | 0.87% | - |
| XYZ | 33.39 | 25.12 | 72.9 | - |
| YUV | 140.75 | 174.42 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 223 | 0.30 | 0.48 | 0 | 0.13 | 262.08 | 0.62 | 0.67 |
| Hex | 9C | 75 | DF | 1E | 30 | 0 | D | 106 | 3E | 43 |
| Octal | 234 | 165 | 337 | 36 | 60 | 0 | 15 | 406 | 76 | 103 |
| Binary | 10011100 | 1110101 | 11011111 | 11110 | 110000 | 0 | 1101 | 100000110 | 111110 | 1000011 |
Color Harmonies of #9C75DF
Complementary color
Monochromatic Colors of #9C75DF
Black with #9C75DF
Text Example
Text Example
White with #9C75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C75DF; }
p { color: rgb(156,117,223); }
H1.HeaderClassName
{
color: #9C75DF;
}
.AnyTagClassName
{
color: #9C75DF;
}
</style>
background-color css
<style>
a { background-color: #9C75DF; }
a { background-color: rgb(156,117,223); }
div.DivClassName
{
background-color: #9C75DF;
}
.BgClassName
{
background-color: #9C75DF;
}
</style>
border-color css
<style>
span { border-color: #9C75DF; }
span { border-color: rgb(156,117,223); }
td.TdClassName
{
border-color: #9C75DF;
}
.TagClassName
{
border-color: #9C75DF;
}
</style>