Shades of Medium Purple #9C74DB
Tints of Medium Purple #9C74DB
RGB
CMYK
RGB Variations
Color information
#9C74DB (or 0x9C74DB) is known color: Medium Purple. HEX triplet: 9C, 74 and DB. RGB value is (156,116,219). Sum of RGB (Red+Green+Blue) = 156+116+219=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C74DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C74DB is #638B24. Grayscale: #8B8B8B. Windows color (decimal): -6523685 or 14382236. OLE color: 14382236.
HSL color Cylindrical-coordinate representation of color #9C74DB: hue angle of 263.3º 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 #9C74DB is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 116 | 219 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.14 |
| HSL | 263.3º | 0.59% | 0.66% | - |
| HSV(B) | 263.3º | 0.47% | 0.86% | - |
| XYZ | 32.74 | 24.67 | 70.05 | - |
| YUV | 139.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 219 | 0.29 | 0.47 | 0 | 0.14 | 263.3 | 0.59 | 0.66 |
| Hex | 9C | 74 | DB | 1D | 2F | 0 | E | 107 | 3B | 42 |
| Octal | 234 | 164 | 333 | 35 | 57 | 0 | 16 | 407 | 73 | 102 |
| Binary | 10011100 | 1110100 | 11011011 | 11101 | 101111 | 0 | 1110 | 100000111 | 111011 | 1000010 |
Color Harmonies of #9C74DB
Complementary color
Monochromatic Colors of #9C74DB
Black with #9C74DB
Text Example
Text Example
White with #9C74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C74DB; }
p { color: rgb(156,116,219); }
H1.HeaderClassName
{
color: #9C74DB;
}
.AnyTagClassName
{
color: #9C74DB;
}
</style>
background-color css
<style>
a { background-color: #9C74DB; }
a { background-color: rgb(156,116,219); }
div.DivClassName
{
background-color: #9C74DB;
}
.BgClassName
{
background-color: #9C74DB;
}
</style>
border-color css
<style>
span { border-color: #9C74DB; }
span { border-color: rgb(156,116,219); }
td.TdClassName
{
border-color: #9C74DB;
}
.TagClassName
{
border-color: #9C74DB;
}
</style>