Shades of Dark Orchid #9C1ABE
Tints of Dark Orchid #9C1ABE
RGB
CMYK
RGB Variations
Color information
#9C1ABE (or 0x9C1ABE) is known color: Dark Orchid. HEX triplet: 9C, 1A and BE. RGB value is (156,26,190). Sum of RGB (Red+Green+Blue) = 156+26+190=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C1ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1ABE is #63E541. Grayscale: #535353. Windows color (decimal): -6546754 or 12458652. OLE color: 12458652.
HSL color Cylindrical-coordinate representation of color #9C1ABE: hue angle of 287.56º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1ABE is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 26 | 190 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.25 |
| HSL | 287.56º | 0.76% | 0.42% | - |
| HSV(B) | 287.56º | 0.86% | 0.75% | - |
| XYZ | 23.37 | 11.52 | 49.71 | - |
| YUV | 83.57 | 188.07 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 26 | 190 | 0.18 | 0.86 | 0 | 0.25 | 287.56 | 0.76 | 0.42 |
| Hex | 9C | 1A | BE | 12 | 56 | 0 | 19 | 120 | 4C | 2A |
| Octal | 234 | 32 | 276 | 22 | 126 | 0 | 31 | 440 | 114 | 52 |
| Binary | 10011100 | 11010 | 10111110 | 10010 | 1010110 | 0 | 11001 | 100100000 | 1001100 | 101010 |
Color Harmonies of #9C1ABE
Complementary color
Monochromatic Colors of #9C1ABE
Black with #9C1ABE
Text Example
Text Example
White with #9C1ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1ABE; }
p { color: rgb(156,26,190); }
H1.HeaderClassName
{
color: #9C1ABE;
}
.AnyTagClassName
{
color: #9C1ABE;
}
</style>
background-color css
<style>
a { background-color: #9C1ABE; }
a { background-color: rgb(156,26,190); }
div.DivClassName
{
background-color: #9C1ABE;
}
.BgClassName
{
background-color: #9C1ABE;
}
</style>
border-color css
<style>
span { border-color: #9C1ABE; }
span { border-color: rgb(156,26,190); }
td.TdClassName
{
border-color: #9C1ABE;
}
.TagClassName
{
border-color: #9C1ABE;
}
</style>