Shades of Dark Orchid #9C1BCE
Tints of Dark Orchid #9C1BCE
RGB
CMYK
RGB Variations
Color information
#9C1BCE (or 0x9C1BCE) is known color: Dark Orchid. HEX triplet: 9C, 1B and CE. RGB value is (156,27,206). Sum of RGB (Red+Green+Blue) = 156+27+206=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C1BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1BCE is #63E431. Grayscale: #555555. Windows color (decimal): -6546482 or 13507484. OLE color: 13507484.
HSL color Cylindrical-coordinate representation of color #9C1BCE: hue angle of 283.24º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C1BCE is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 27 | 206 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.19 |
| HSL | 283.24º | 0.77% | 0.46% | - |
| HSV(B) | 283.24º | 0.87% | 0.81% | - |
| XYZ | 25.24 | 12.31 | 59.44 | - |
| YUV | 85.98 | 195.74 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 27 | 206 | 0.24 | 0.87 | 0 | 0.19 | 283.24 | 0.77 | 0.46 |
| Hex | 9C | 1B | CE | 18 | 57 | 0 | 13 | 11B | 4D | 2E |
| Octal | 234 | 33 | 316 | 30 | 127 | 0 | 23 | 433 | 115 | 56 |
| Binary | 10011100 | 11011 | 11001110 | 11000 | 1010111 | 0 | 10011 | 100011011 | 1001101 | 101110 |
Color Harmonies of #9C1BCE
Complementary color
Monochromatic Colors of #9C1BCE
Black with #9C1BCE
Text Example
Text Example
White with #9C1BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1BCE; }
p { color: rgb(156,27,206); }
H1.HeaderClassName
{
color: #9C1BCE;
}
.AnyTagClassName
{
color: #9C1BCE;
}
</style>
background-color css
<style>
a { background-color: #9C1BCE; }
a { background-color: rgb(156,27,206); }
div.DivClassName
{
background-color: #9C1BCE;
}
.BgClassName
{
background-color: #9C1BCE;
}
</style>
border-color css
<style>
span { border-color: #9C1BCE; }
span { border-color: rgb(156,27,206); }
td.TdClassName
{
border-color: #9C1BCE;
}
.TagClassName
{
border-color: #9C1BCE;
}
</style>