Shades of Dark Orchid #9C1DBB
Tints of Dark Orchid #9C1DBB
RGB
CMYK
RGB Variations
Color information
#9C1DBB (or 0x9C1DBB) is known color: Dark Orchid. HEX triplet: 9C, 1D and BB. RGB value is (156,29,187). Sum of RGB (Red+Green+Blue) = 156+29+187=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C1DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1DBB is #63E244. Grayscale: #545454. Windows color (decimal): -6545989 or 12262812. OLE color: 12262812.
HSL color Cylindrical-coordinate representation of color #9C1DBB: hue angle of 288.23º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C1DBB is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 29 | 187 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.27 |
| HSL | 288.23º | 0.73% | 0.42% | - |
| HSV(B) | 288.23º | 0.84% | 0.73% | - |
| XYZ | 23.12 | 11.53 | 48.02 | - |
| YUV | 84.99 | 185.58 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 29 | 187 | 0.17 | 0.84 | 0 | 0.27 | 288.23 | 0.73 | 0.42 |
| Hex | 9C | 1D | BB | 11 | 54 | 0 | 1B | 120 | 49 | 2A |
| Octal | 234 | 35 | 273 | 21 | 124 | 0 | 33 | 440 | 111 | 52 |
| Binary | 10011100 | 11101 | 10111011 | 10001 | 1010100 | 0 | 11011 | 100100000 | 1001001 | 101010 |
Color Harmonies of #9C1DBB
Complementary color
Monochromatic Colors of #9C1DBB
Black with #9C1DBB
Text Example
Text Example
White with #9C1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1DBB; }
p { color: rgb(156,29,187); }
H1.HeaderClassName
{
color: #9C1DBB;
}
.AnyTagClassName
{
color: #9C1DBB;
}
</style>
background-color css
<style>
a { background-color: #9C1DBB; }
a { background-color: rgb(156,29,187); }
div.DivClassName
{
background-color: #9C1DBB;
}
.BgClassName
{
background-color: #9C1DBB;
}
</style>
border-color css
<style>
span { border-color: #9C1DBB; }
span { border-color: rgb(156,29,187); }
td.TdClassName
{
border-color: #9C1DBB;
}
.TagClassName
{
border-color: #9C1DBB;
}
</style>