Shades of Dark Purple #9C206F
Tints of Dark Purple #9C206F
RGB
CMYK
RGB Variations
Color information
#9C206F (or 0x9C206F) is known color: Dark Purple. HEX triplet: 9C, 20 and 6F. RGB value is (156,32,111). Sum of RGB (Red+Green+Blue) = 156+32+111=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C206F is #63DF90. Grayscale: #4D4D4D. Windows color (decimal): -6545297 or 7282844. OLE color: 7282844.
HSL color Cylindrical-coordinate representation of color #9C206F: hue angle of 321.77º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C206F is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 32 | 111 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.39 |
| HSL | 321.77º | 0.66% | 0.37% | - |
| HSV(B) | 321.77º | 0.79% | 0.61% | - |
| XYZ | 17.1 | 9.25 | 15.92 | - |
| YUV | 78.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 111 | 0 | 0.79 | 0.29 | 0.39 | 321.77 | 0.66 | 0.37 |
| Hex | 9C | 20 | 6F | 0 | 4F | 1D | 27 | 142 | 42 | 25 |
| Octal | 234 | 40 | 157 | 0 | 117 | 35 | 47 | 502 | 102 | 45 |
| Binary | 10011100 | 100000 | 1101111 | 0 | 1001111 | 11101 | 100111 | 101000010 | 1000010 | 100101 |
Color Harmonies of #9C206F
Complementary color
Monochromatic Colors of #9C206F
Black with #9C206F
Text Example
Text Example
White with #9C206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C206F; }
p { color: rgb(156,32,111); }
H1.HeaderClassName
{
color: #9C206F;
}
.AnyTagClassName
{
color: #9C206F;
}
</style>
background-color css
<style>
a { background-color: #9C206F; }
a { background-color: rgb(156,32,111); }
div.DivClassName
{
background-color: #9C206F;
}
.BgClassName
{
background-color: #9C206F;
}
</style>
border-color css
<style>
span { border-color: #9C206F; }
span { border-color: rgb(156,32,111); }
td.TdClassName
{
border-color: #9C206F;
}
.TagClassName
{
border-color: #9C206F;
}
</style>