Shades of Dark Orchid #9C2EDB
Tints of Dark Orchid #9C2EDB
RGB
CMYK
RGB Variations
Color information
#9C2EDB (or 0x9C2EDB) is known color: Dark Orchid. HEX triplet: 9C, 2E and DB. RGB value is (156,46,219). Sum of RGB (Red+Green+Blue) = 156+46+219=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C2EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2EDB is #63D124. Grayscale: #626262. Windows color (decimal): -6541605 or 14364316. OLE color: 14364316.
HSL color Cylindrical-coordinate representation of color #9C2EDB: hue angle of 278.15º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2EDB is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 46 | 219 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.14 |
| HSL | 278.15º | 0.71% | 0.52% | - |
| HSV(B) | 278.15º | 0.79% | 0.86% | - |
| XYZ | 27.47 | 14.14 | 68.3 | - |
| YUV | 98.61 | 195.94 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 46 | 219 | 0.29 | 0.79 | 0 | 0.14 | 278.15 | 0.71 | 0.52 |
| Hex | 9C | 2E | DB | 1D | 4F | 0 | E | 116 | 47 | 34 |
| Octal | 234 | 56 | 333 | 35 | 117 | 0 | 16 | 426 | 107 | 64 |
| Binary | 10011100 | 101110 | 11011011 | 11101 | 1001111 | 0 | 1110 | 100010110 | 1000111 | 110100 |
Color Harmonies of #9C2EDB
Complementary color
Monochromatic Colors of #9C2EDB
Black with #9C2EDB
Text Example
Text Example
White with #9C2EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2EDB; }
p { color: rgb(156,46,219); }
H1.HeaderClassName
{
color: #9C2EDB;
}
.AnyTagClassName
{
color: #9C2EDB;
}
</style>
background-color css
<style>
a { background-color: #9C2EDB; }
a { background-color: rgb(156,46,219); }
div.DivClassName
{
background-color: #9C2EDB;
}
.BgClassName
{
background-color: #9C2EDB;
}
</style>
border-color css
<style>
span { border-color: #9C2EDB; }
span { border-color: rgb(156,46,219); }
td.TdClassName
{
border-color: #9C2EDB;
}
.TagClassName
{
border-color: #9C2EDB;
}
</style>