Shades of Dark Orchid #9C1AAC
Tints of Dark Orchid #9C1AAC
RGB
CMYK
RGB Variations
Color information
#9C1AAC (or 0x9C1AAC) is known color: Dark Orchid. HEX triplet: 9C, 1A and AC. RGB value is (156,26,172). Sum of RGB (Red+Green+Blue) = 156+26+172=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C1AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1AAC is #63E553. Grayscale: #515151. Windows color (decimal): -6546772 or 11279004. OLE color: 11279004.
HSL color Cylindrical-coordinate representation of color #9C1AAC: hue angle of 293.42º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1AAC is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 26 | 172 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.33 |
| HSL | 293.42º | 0.74% | 0.39% | - |
| HSV(B) | 293.42º | 0.85% | 0.67% | - |
| XYZ | 21.53 | 10.79 | 39.98 | - |
| YUV | 81.51 | 179.07 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 26 | 172 | 0.09 | 0.85 | 0 | 0.33 | 293.42 | 0.74 | 0.39 |
| Hex | 9C | 1A | AC | 9 | 55 | 0 | 21 | 125 | 4A | 27 |
| Octal | 234 | 32 | 254 | 11 | 125 | 0 | 41 | 445 | 112 | 47 |
| Binary | 10011100 | 11010 | 10101100 | 1001 | 1010101 | 0 | 100001 | 100100101 | 1001010 | 100111 |
Color Harmonies of #9C1AAC
Complementary color
Monochromatic Colors of #9C1AAC
Black with #9C1AAC
Text Example
Text Example
White with #9C1AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1AAC; }
p { color: rgb(156,26,172); }
H1.HeaderClassName
{
color: #9C1AAC;
}
.AnyTagClassName
{
color: #9C1AAC;
}
</style>
background-color css
<style>
a { background-color: #9C1AAC; }
a { background-color: rgb(156,26,172); }
div.DivClassName
{
background-color: #9C1AAC;
}
.BgClassName
{
background-color: #9C1AAC;
}
</style>
border-color css
<style>
span { border-color: #9C1AAC; }
span { border-color: rgb(156,26,172); }
td.TdClassName
{
border-color: #9C1AAC;
}
.TagClassName
{
border-color: #9C1AAC;
}
</style>