Shades of Medium Purple #9C75DB
Tints of Medium Purple #9C75DB
RGB
CMYK
RGB Variations
Color information
#9C75DB (or 0x9C75DB) is known color: Medium Purple. HEX triplet: 9C, 75 and DB. RGB value is (156,117,219). Sum of RGB (Red+Green+Blue) = 156+117+219=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C75DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C75DB is #638A24. Grayscale: #8B8B8B. Windows color (decimal): -6523429 or 14382492. OLE color: 14382492.
HSL color Cylindrical-coordinate representation of color #9C75DB: hue angle of 262.94º degrees, saturation: 0.59, 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 #9C75DB is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 117 | 219 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.14 |
| HSL | 262.94º | 0.59% | 0.66% | - |
| HSV(B) | 262.94º | 0.47% | 0.86% | - |
| XYZ | 32.86 | 24.9 | 70.09 | - |
| YUV | 140.29 | 172.42 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 219 | 0.29 | 0.47 | 0 | 0.14 | 262.94 | 0.59 | 0.66 |
| Hex | 9C | 75 | DB | 1D | 2F | 0 | E | 107 | 3B | 42 |
| Octal | 234 | 165 | 333 | 35 | 57 | 0 | 16 | 407 | 73 | 102 |
| Binary | 10011100 | 1110101 | 11011011 | 11101 | 101111 | 0 | 1110 | 100000111 | 111011 | 1000010 |
Color Harmonies of #9C75DB
Complementary color
Monochromatic Colors of #9C75DB
Black with #9C75DB
Text Example
Text Example
White with #9C75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C75DB; }
p { color: rgb(156,117,219); }
H1.HeaderClassName
{
color: #9C75DB;
}
.AnyTagClassName
{
color: #9C75DB;
}
</style>
background-color css
<style>
a { background-color: #9C75DB; }
a { background-color: rgb(156,117,219); }
div.DivClassName
{
background-color: #9C75DB;
}
.BgClassName
{
background-color: #9C75DB;
}
</style>
border-color css
<style>
span { border-color: #9C75DB; }
span { border-color: rgb(156,117,219); }
td.TdClassName
{
border-color: #9C75DB;
}
.TagClassName
{
border-color: #9C75DB;
}
</style>