Shades of Dark Orchid #9C1ED1
Tints of Dark Orchid #9C1ED1
RGB
CMYK
RGB Variations
Color information
#9C1ED1 (or 0x9C1ED1) is known color: Dark Orchid. HEX triplet: 9C, 1E and D1. RGB value is (156,30,209). Sum of RGB (Red+Green+Blue) = 156+30+209=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #9C1ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1ED1 is #63E12E. Grayscale: #575757. Windows color (decimal): -6545711 or 13704860. OLE color: 13704860.
HSL color Cylindrical-coordinate representation of color #9C1ED1: hue angle of 282.23º 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 #9C1ED1 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 30 | 209 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.18 |
| HSL | 282.23º | 0.75% | 0.47% | - |
| HSV(B) | 282.23º | 0.86% | 0.82% | - |
| XYZ | 25.68 | 12.6 | 61.4 | - |
| YUV | 88.08 | 196.24 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 30 | 209 | 0.25 | 0.86 | 0 | 0.18 | 282.23 | 0.75 | 0.47 |
| Hex | 9C | 1E | D1 | 19 | 56 | 0 | 12 | 11A | 4B | 2F |
| Octal | 234 | 36 | 321 | 31 | 126 | 0 | 22 | 432 | 113 | 57 |
| Binary | 10011100 | 11110 | 11010001 | 11001 | 1010110 | 0 | 10010 | 100011010 | 1001011 | 101111 |
Color Harmonies of #9C1ED1
Complementary color
Monochromatic Colors of #9C1ED1
Black with #9C1ED1
Text Example
Text Example
White with #9C1ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1ED1; }
p { color: rgb(156,30,209); }
H1.HeaderClassName
{
color: #9C1ED1;
}
.AnyTagClassName
{
color: #9C1ED1;
}
</style>
background-color css
<style>
a { background-color: #9C1ED1; }
a { background-color: rgb(156,30,209); }
div.DivClassName
{
background-color: #9C1ED1;
}
.BgClassName
{
background-color: #9C1ED1;
}
</style>
border-color css
<style>
span { border-color: #9C1ED1; }
span { border-color: rgb(156,30,209); }
td.TdClassName
{
border-color: #9C1ED1;
}
.TagClassName
{
border-color: #9C1ED1;
}
</style>