Shades of Dark Orchid #9C3CBF
Tints of Dark Orchid #9C3CBF
RGB
CMYK
RGB Variations
Color information
#9C3CBF (or 0x9C3CBF) is known color: Dark Orchid. HEX triplet: 9C, 3C and BF. RGB value is (156,60,191). Sum of RGB (Red+Green+Blue) = 156+60+191=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C3CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3CBF is #63C340. Grayscale: #676767. Windows color (decimal): -6538049 or 12532892. OLE color: 12532892.
HSL color Cylindrical-coordinate representation of color #9C3CBF: hue angle of 283.97º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3CBF is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 60 | 191 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.25 |
| HSL | 283.97º | 0.52% | 0.49% | - |
| HSV(B) | 283.97º | 0.69% | 0.75% | - |
| XYZ | 24.73 | 14.06 | 50.7 | - |
| YUV | 103.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 60 | 191 | 0.18 | 0.69 | 0 | 0.25 | 283.97 | 0.52 | 0.49 |
| Hex | 9C | 3C | BF | 12 | 45 | 0 | 19 | 11C | 34 | 31 |
| Octal | 234 | 74 | 277 | 22 | 105 | 0 | 31 | 434 | 64 | 61 |
| Binary | 10011100 | 111100 | 10111111 | 10010 | 1000101 | 0 | 11001 | 100011100 | 110100 | 110001 |
Color Harmonies of #9C3CBF
Complementary color
Monochromatic Colors of #9C3CBF
Black with #9C3CBF
Text Example
Text Example
White with #9C3CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3CBF; }
p { color: rgb(156,60,191); }
H1.HeaderClassName
{
color: #9C3CBF;
}
.AnyTagClassName
{
color: #9C3CBF;
}
</style>
background-color css
<style>
a { background-color: #9C3CBF; }
a { background-color: rgb(156,60,191); }
div.DivClassName
{
background-color: #9C3CBF;
}
.BgClassName
{
background-color: #9C3CBF;
}
</style>
border-color css
<style>
span { border-color: #9C3CBF; }
span { border-color: rgb(156,60,191); }
td.TdClassName
{
border-color: #9C3CBF;
}
.TagClassName
{
border-color: #9C3CBF;
}
</style>