Shades of Dark Orchid #9C19BB
Tints of Dark Orchid #9C19BB
RGB
CMYK
RGB Variations
Color information
#9C19BB (or 0x9C19BB) is known color: Dark Orchid. HEX triplet: 9C, 19 and BB. RGB value is (156,25,187). Sum of RGB (Red+Green+Blue) = 156+25+187=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C19BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C19BB is #63E644. Grayscale: #525252. Windows color (decimal): -6547013 or 12261788. OLE color: 12261788.
HSL color Cylindrical-coordinate representation of color #9C19BB: hue angle of 288.52º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C19BB is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 25 | 187 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.27 |
| HSL | 288.52º | 0.76% | 0.42% | - |
| HSV(B) | 288.52º | 0.87% | 0.73% | - |
| XYZ | 23.03 | 11.35 | 47.99 | - |
| YUV | 82.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 25 | 187 | 0.17 | 0.87 | 0 | 0.27 | 288.52 | 0.76 | 0.42 |
| Hex | 9C | 19 | BB | 11 | 57 | 0 | 1B | 121 | 4C | 2A |
| Octal | 234 | 31 | 273 | 21 | 127 | 0 | 33 | 441 | 114 | 52 |
| Binary | 10011100 | 11001 | 10111011 | 10001 | 1010111 | 0 | 11011 | 100100001 | 1001100 | 101010 |
Color Harmonies of #9C19BB
Complementary color
Monochromatic Colors of #9C19BB
Black with #9C19BB
Text Example
Text Example
White with #9C19BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C19BB; }
p { color: rgb(156,25,187); }
H1.HeaderClassName
{
color: #9C19BB;
}
.AnyTagClassName
{
color: #9C19BB;
}
</style>
background-color css
<style>
a { background-color: #9C19BB; }
a { background-color: rgb(156,25,187); }
div.DivClassName
{
background-color: #9C19BB;
}
.BgClassName
{
background-color: #9C19BB;
}
</style>
border-color css
<style>
span { border-color: #9C19BB; }
span { border-color: rgb(156,25,187); }
td.TdClassName
{
border-color: #9C19BB;
}
.TagClassName
{
border-color: #9C19BB;
}
</style>