Shades of Medium Purple #9C83DC
Tints of Medium Purple #9C83DC
RGB
CMYK
RGB Variations
Color information
#9C83DC (or 0x9C83DC) is known color: Medium Purple. HEX triplet: 9C, 83 and DC. RGB value is (156,131,220). Sum of RGB (Red+Green+Blue) = 156+131+220=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C83DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C83DC is #637C23. Grayscale: #949494. Windows color (decimal): -6519844 or 14451612. OLE color: 14451612.
HSL color Cylindrical-coordinate representation of color #9C83DC: hue angle of 256.85º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C83DC is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 131 | 220 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.14 |
| HSL | 256.85º | 0.56% | 0.69% | - |
| HSV(B) | 256.85º | 0.4% | 0.86% | - |
| XYZ | 34.74 | 28.47 | 71.37 | - |
| YUV | 148.62 | 168.28 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 220 | 0.29 | 0.40 | 0 | 0.14 | 256.85 | 0.56 | 0.69 |
| Hex | 9C | 83 | DC | 1D | 28 | 0 | E | 101 | 38 | 45 |
| Octal | 234 | 203 | 334 | 35 | 50 | 0 | 16 | 401 | 70 | 105 |
| Binary | 10011100 | 10000011 | 11011100 | 11101 | 101000 | 0 | 1110 | 100000001 | 111000 | 1000101 |
Color Harmonies of #9C83DC
Complementary color
Monochromatic Colors of #9C83DC
Black with #9C83DC
Text Example
Text Example
White with #9C83DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C83DC; }
p { color: rgb(156,131,220); }
H1.HeaderClassName
{
color: #9C83DC;
}
.AnyTagClassName
{
color: #9C83DC;
}
</style>
background-color css
<style>
a { background-color: #9C83DC; }
a { background-color: rgb(156,131,220); }
div.DivClassName
{
background-color: #9C83DC;
}
.BgClassName
{
background-color: #9C83DC;
}
</style>
border-color css
<style>
span { border-color: #9C83DC; }
span { border-color: rgb(156,131,220); }
td.TdClassName
{
border-color: #9C83DC;
}
.TagClassName
{
border-color: #9C83DC;
}
</style>