Shades of Dark Orchid #9C2EDE
Tints of Dark Orchid #9C2EDE
RGB
CMYK
RGB Variations
Color information
#9C2EDE (or 0x9C2EDE) is known color: Dark Orchid. HEX triplet: 9C, 2E and DE. RGB value is (156,46,222). Sum of RGB (Red+Green+Blue) = 156+46+222=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C2EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2EDE is #63D121. Grayscale: #626262. Windows color (decimal): -6541602 or 14560924. OLE color: 14560924.
HSL color Cylindrical-coordinate representation of color #9C2EDE: hue angle of 277.5º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2EDE is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 46 | 222 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.13 |
| HSL | 277.5º | 0.73% | 0.53% | - |
| HSV(B) | 277.5º | 0.79% | 0.87% | - |
| XYZ | 27.87 | 14.3 | 70.4 | - |
| YUV | 98.95 | 197.44 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 46 | 222 | 0.30 | 0.79 | 0 | 0.13 | 277.5 | 0.73 | 0.53 |
| Hex | 9C | 2E | DE | 1E | 4F | 0 | D | 116 | 49 | 35 |
| Octal | 234 | 56 | 336 | 36 | 117 | 0 | 15 | 426 | 111 | 65 |
| Binary | 10011100 | 101110 | 11011110 | 11110 | 1001111 | 0 | 1101 | 100010110 | 1001001 | 110101 |
Color Harmonies of #9C2EDE
Complementary color
Monochromatic Colors of #9C2EDE
Black with #9C2EDE
Text Example
Text Example
White with #9C2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2EDE; }
p { color: rgb(156,46,222); }
H1.HeaderClassName
{
color: #9C2EDE;
}
.AnyTagClassName
{
color: #9C2EDE;
}
</style>
background-color css
<style>
a { background-color: #9C2EDE; }
a { background-color: rgb(156,46,222); }
div.DivClassName
{
background-color: #9C2EDE;
}
.BgClassName
{
background-color: #9C2EDE;
}
</style>
border-color css
<style>
span { border-color: #9C2EDE; }
span { border-color: rgb(156,46,222); }
td.TdClassName
{
border-color: #9C2EDE;
}
.TagClassName
{
border-color: #9C2EDE;
}
</style>