Shades of Dark Orchid #9C39DA
Tints of Dark Orchid #9C39DA
RGB
CMYK
RGB Variations
Color information
#9C39DA (or 0x9C39DA) is known color: Dark Orchid. HEX triplet: 9C, 39 and DA. RGB value is (156,57,218). Sum of RGB (Red+Green+Blue) = 156+57+218=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C39DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C39DA is #63C625. Grayscale: #686868. Windows color (decimal): -6538790 or 14301596. OLE color: 14301596.
HSL color Cylindrical-coordinate representation of color #9C39DA: hue angle of 276.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C39DA is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 57 | 218 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.15 |
| HSL | 276.89º | 0.69% | 0.54% | - |
| HSV(B) | 276.89º | 0.74% | 0.85% | - |
| XYZ | 27.83 | 15.06 | 67.77 | - |
| YUV | 104.96 | 191.8 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 57 | 218 | 0.28 | 0.74 | 0 | 0.15 | 276.89 | 0.69 | 0.54 |
| Hex | 9C | 39 | DA | 1C | 4A | 0 | F | 115 | 45 | 36 |
| Octal | 234 | 71 | 332 | 34 | 112 | 0 | 17 | 425 | 105 | 66 |
| Binary | 10011100 | 111001 | 11011010 | 11100 | 1001010 | 0 | 1111 | 100010101 | 1000101 | 110110 |
Color Harmonies of #9C39DA
Complementary color
Monochromatic Colors of #9C39DA
Black with #9C39DA
Text Example
Text Example
White with #9C39DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C39DA; }
p { color: rgb(156,57,218); }
H1.HeaderClassName
{
color: #9C39DA;
}
.AnyTagClassName
{
color: #9C39DA;
}
</style>
background-color css
<style>
a { background-color: #9C39DA; }
a { background-color: rgb(156,57,218); }
div.DivClassName
{
background-color: #9C39DA;
}
.BgClassName
{
background-color: #9C39DA;
}
</style>
border-color css
<style>
span { border-color: #9C39DA; }
span { border-color: rgb(156,57,218); }
td.TdClassName
{
border-color: #9C39DA;
}
.TagClassName
{
border-color: #9C39DA;
}
</style>