Shades of Dark Orchid #9C1BBA
Tints of Dark Orchid #9C1BBA
RGB
CMYK
RGB Variations
Color information
#9C1BBA (or 0x9C1BBA) is known color: Dark Orchid. HEX triplet: 9C, 1B and BA. RGB value is (156,27,186). Sum of RGB (Red+Green+Blue) = 156+27+186=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C1BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1BBA is #63E445. Grayscale: #535353. Windows color (decimal): -6546502 or 12196764. OLE color: 12196764.
HSL color Cylindrical-coordinate representation of color #9C1BBA: hue angle of 288.68º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1BBA is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 27 | 186 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.27 |
| HSL | 288.68º | 0.75% | 0.42% | - |
| HSV(B) | 288.68º | 0.85% | 0.73% | - |
| XYZ | 22.97 | 11.4 | 47.44 | - |
| YUV | 83.7 | 185.74 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 27 | 186 | 0.16 | 0.85 | 0 | 0.27 | 288.68 | 0.75 | 0.42 |
| Hex | 9C | 1B | BA | 10 | 55 | 0 | 1B | 121 | 4B | 2A |
| Octal | 234 | 33 | 272 | 20 | 125 | 0 | 33 | 441 | 113 | 52 |
| Binary | 10011100 | 11011 | 10111010 | 10000 | 1010101 | 0 | 11011 | 100100001 | 1001011 | 101010 |
Color Harmonies of #9C1BBA
Complementary color
Monochromatic Colors of #9C1BBA
Black with #9C1BBA
Text Example
Text Example
White with #9C1BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1BBA; }
p { color: rgb(156,27,186); }
H1.HeaderClassName
{
color: #9C1BBA;
}
.AnyTagClassName
{
color: #9C1BBA;
}
</style>
background-color css
<style>
a { background-color: #9C1BBA; }
a { background-color: rgb(156,27,186); }
div.DivClassName
{
background-color: #9C1BBA;
}
.BgClassName
{
background-color: #9C1BBA;
}
</style>
border-color css
<style>
span { border-color: #9C1BBA; }
span { border-color: rgb(156,27,186); }
td.TdClassName
{
border-color: #9C1BBA;
}
.TagClassName
{
border-color: #9C1BBA;
}
</style>