Shades of Dark Orchid #9C1ED0
Tints of Dark Orchid #9C1ED0
RGB
CMYK
RGB Variations
Color information
#9C1ED0 (or 0x9C1ED0) is known color: Dark Orchid. HEX triplet: 9C, 1E and D0. RGB value is (156,30,208). Sum of RGB (Red+Green+Blue) = 156+30+208=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 208 (81.64% from 255 or 52.79% from 394); Max value from RGB is 208 - color contains mainly: blue. Hex color #9C1ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1ED0 is #63E12F. Grayscale: #575757. Windows color (decimal): -6545712 or 13639324. OLE color: 13639324.
HSL color Cylindrical-coordinate representation of color #9C1ED0: hue angle of 282.47º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1ED0 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 30 | 208 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.18 |
| HSL | 282.47º | 0.75% | 0.47% | - |
| HSV(B) | 282.47º | 0.86% | 0.82% | - |
| XYZ | 25.56 | 12.55 | 60.75 | - |
| YUV | 87.97 | 195.74 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 30 | 208 | 0.25 | 0.86 | 0 | 0.18 | 282.47 | 0.75 | 0.47 |
| Hex | 9C | 1E | D0 | 19 | 56 | 0 | 12 | 11A | 4B | 2F |
| Octal | 234 | 36 | 320 | 31 | 126 | 0 | 22 | 432 | 113 | 57 |
| Binary | 10011100 | 11110 | 11010000 | 11001 | 1010110 | 0 | 10010 | 100011010 | 1001011 | 101111 |
Color Harmonies of #9C1ED0
Complementary color
Monochromatic Colors of #9C1ED0
Black with #9C1ED0
Text Example
Text Example
White with #9C1ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1ED0; }
p { color: rgb(156,30,208); }
H1.HeaderClassName
{
color: #9C1ED0;
}
.AnyTagClassName
{
color: #9C1ED0;
}
</style>
background-color css
<style>
a { background-color: #9C1ED0; }
a { background-color: rgb(156,30,208); }
div.DivClassName
{
background-color: #9C1ED0;
}
.BgClassName
{
background-color: #9C1ED0;
}
</style>
border-color css
<style>
span { border-color: #9C1ED0; }
span { border-color: rgb(156,30,208); }
td.TdClassName
{
border-color: #9C1ED0;
}
.TagClassName
{
border-color: #9C1ED0;
}
</style>