Shades of Dark Orchid #9C44DD
Tints of Dark Orchid #9C44DD
RGB
CMYK
RGB Variations
Color information
#9C44DD (or 0x9C44DD) is known color: Dark Orchid. HEX triplet: 9C, 44 and DD. RGB value is (156,68,221). Sum of RGB (Red+Green+Blue) = 156+68+221=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C44DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C44DD is #63BB22. Grayscale: #6F6F6F. Windows color (decimal): -6535971 or 14501020. OLE color: 14501020.
HSL color Cylindrical-coordinate representation of color #9C44DD: hue angle of 274.51º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C44DD is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 68 | 221 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.13 |
| HSL | 274.51º | 0.69% | 0.57% | - |
| HSV(B) | 274.51º | 0.69% | 0.87% | - |
| XYZ | 28.83 | 16.42 | 70.06 | - |
| YUV | 111.75 | 189.65 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 221 | 0.29 | 0.69 | 0 | 0.13 | 274.51 | 0.69 | 0.57 |
| Hex | 9C | 44 | DD | 1D | 45 | 0 | D | 113 | 45 | 39 |
| Octal | 234 | 104 | 335 | 35 | 105 | 0 | 15 | 423 | 105 | 71 |
| Binary | 10011100 | 1000100 | 11011101 | 11101 | 1000101 | 0 | 1101 | 100010011 | 1000101 | 111001 |
Color Harmonies of #9C44DD
Complementary color
Monochromatic Colors of #9C44DD
Black with #9C44DD
Text Example
Text Example
White with #9C44DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C44DD; }
p { color: rgb(156,68,221); }
H1.HeaderClassName
{
color: #9C44DD;
}
.AnyTagClassName
{
color: #9C44DD;
}
</style>
background-color css
<style>
a { background-color: #9C44DD; }
a { background-color: rgb(156,68,221); }
div.DivClassName
{
background-color: #9C44DD;
}
.BgClassName
{
background-color: #9C44DD;
}
</style>
border-color css
<style>
span { border-color: #9C44DD; }
span { border-color: rgb(156,68,221); }
td.TdClassName
{
border-color: #9C44DD;
}
.TagClassName
{
border-color: #9C44DD;
}
</style>