Shades of Dark Orchid #9C15AF
Tints of Dark Orchid #9C15AF
RGB
CMYK
RGB Variations
Color information
#9C15AF (or 0x9C15AF) is known color: Dark Orchid. HEX triplet: 9C, 15 and AF. RGB value is (156,21,175). Sum of RGB (Red+Green+Blue) = 156+21+175=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C15AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C15AF is #63EA50. Grayscale: #4E4E4E. Windows color (decimal): -6548049 or 11474332. OLE color: 11474332.
HSL color Cylindrical-coordinate representation of color #9C15AF: hue angle of 292.6º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C15AF is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 21 | 175 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.31 |
| HSL | 292.6º | 0.79% | 0.38% | - |
| HSV(B) | 292.6º | 0.88% | 0.69% | - |
| XYZ | 21.72 | 10.7 | 41.48 | - |
| YUV | 78.92 | 182.23 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 21 | 175 | 0.11 | 0.88 | 0 | 0.31 | 292.6 | 0.79 | 0.38 |
| Hex | 9C | 15 | AF | B | 58 | 0 | 1F | 125 | 4F | 26 |
| Octal | 234 | 25 | 257 | 13 | 130 | 0 | 37 | 445 | 117 | 46 |
| Binary | 10011100 | 10101 | 10101111 | 1011 | 1011000 | 0 | 11111 | 100100101 | 1001111 | 100110 |
Color Harmonies of #9C15AF
Complementary color
Monochromatic Colors of #9C15AF
Black with #9C15AF
Text Example
Text Example
White with #9C15AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C15AF; }
p { color: rgb(156,21,175); }
H1.HeaderClassName
{
color: #9C15AF;
}
.AnyTagClassName
{
color: #9C15AF;
}
</style>
background-color css
<style>
a { background-color: #9C15AF; }
a { background-color: rgb(156,21,175); }
div.DivClassName
{
background-color: #9C15AF;
}
.BgClassName
{
background-color: #9C15AF;
}
</style>
border-color css
<style>
span { border-color: #9C15AF; }
span { border-color: rgb(156,21,175); }
td.TdClassName
{
border-color: #9C15AF;
}
.TagClassName
{
border-color: #9C15AF;
}
</style>