Shades of Dark Orchid #9C2DBA
Tints of Dark Orchid #9C2DBA
RGB
CMYK
RGB Variations
Color information
#9C2DBA (or 0x9C2DBA) is known color: Dark Orchid. HEX triplet: 9C, 2D and BA. RGB value is (156,45,186). Sum of RGB (Red+Green+Blue) = 156+45+186=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C2DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2DBA is #63D245. Grayscale: #5D5D5D. Windows color (decimal): -6541894 or 12201372. OLE color: 12201372.
HSL color Cylindrical-coordinate representation of color #9C2DBA: hue angle of 287.23º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2DBA is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 45 | 186 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.27 |
| HSL | 287.23º | 0.61% | 0.45% | - |
| HSV(B) | 287.23º | 0.76% | 0.73% | - |
| XYZ | 23.51 | 12.49 | 47.63 | - |
| YUV | 94.26 | 179.77 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 186 | 0.16 | 0.76 | 0 | 0.27 | 287.23 | 0.61 | 0.45 |
| Hex | 9C | 2D | BA | 10 | 4C | 0 | 1B | 11F | 3D | 2D |
| Octal | 234 | 55 | 272 | 20 | 114 | 0 | 33 | 437 | 75 | 55 |
| Binary | 10011100 | 101101 | 10111010 | 10000 | 1001100 | 0 | 11011 | 100011111 | 111101 | 101101 |
Color Harmonies of #9C2DBA
Complementary color
Monochromatic Colors of #9C2DBA
Black with #9C2DBA
Text Example
Text Example
White with #9C2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2DBA; }
p { color: rgb(156,45,186); }
H1.HeaderClassName
{
color: #9C2DBA;
}
.AnyTagClassName
{
color: #9C2DBA;
}
</style>
background-color css
<style>
a { background-color: #9C2DBA; }
a { background-color: rgb(156,45,186); }
div.DivClassName
{
background-color: #9C2DBA;
}
.BgClassName
{
background-color: #9C2DBA;
}
</style>
border-color css
<style>
span { border-color: #9C2DBA; }
span { border-color: rgb(156,45,186); }
td.TdClassName
{
border-color: #9C2DBA;
}
.TagClassName
{
border-color: #9C2DBA;
}
</style>