Shades of Dark Orchid #9C1CCA
Tints of Dark Orchid #9C1CCA
RGB
CMYK
RGB Variations
Color information
#9C1CCA (or 0x9C1CCA) is known color: Dark Orchid. HEX triplet: 9C, 1C and CA. RGB value is (156,28,202). Sum of RGB (Red+Green+Blue) = 156+28+202=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C1CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1CCA is #63E335. Grayscale: #555555. Windows color (decimal): -6546230 or 13245596. OLE color: 13245596.
HSL color Cylindrical-coordinate representation of color #9C1CCA: hue angle of 284.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1CCA is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 28 | 202 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.21 |
| HSL | 284.14º | 0.76% | 0.45% | - |
| HSV(B) | 284.14º | 0.86% | 0.79% | - |
| XYZ | 24.79 | 12.16 | 56.92 | - |
| YUV | 86.11 | 193.41 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 28 | 202 | 0.23 | 0.86 | 0 | 0.21 | 284.14 | 0.76 | 0.45 |
| Hex | 9C | 1C | CA | 17 | 56 | 0 | 15 | 11C | 4C | 2D |
| Octal | 234 | 34 | 312 | 27 | 126 | 0 | 25 | 434 | 114 | 55 |
| Binary | 10011100 | 11100 | 11001010 | 10111 | 1010110 | 0 | 10101 | 100011100 | 1001100 | 101101 |
Color Harmonies of #9C1CCA
Complementary color
Monochromatic Colors of #9C1CCA
Black with #9C1CCA
Text Example
Text Example
White with #9C1CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1CCA; }
p { color: rgb(156,28,202); }
H1.HeaderClassName
{
color: #9C1CCA;
}
.AnyTagClassName
{
color: #9C1CCA;
}
</style>
background-color css
<style>
a { background-color: #9C1CCA; }
a { background-color: rgb(156,28,202); }
div.DivClassName
{
background-color: #9C1CCA;
}
.BgClassName
{
background-color: #9C1CCA;
}
</style>
border-color css
<style>
span { border-color: #9C1CCA; }
span { border-color: rgb(156,28,202); }
td.TdClassName
{
border-color: #9C1CCA;
}
.TagClassName
{
border-color: #9C1CCA;
}
</style>