Shades of Dark Orchid #9C1AAF
Tints of Dark Orchid #9C1AAF
RGB
CMYK
RGB Variations
Color information
#9C1AAF (or 0x9C1AAF) is known color: Dark Orchid. HEX triplet: 9C, 1A and AF. RGB value is (156,26,175). Sum of RGB (Red+Green+Blue) = 156+26+175=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C1AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1AAF is #63E550. Grayscale: #515151. Windows color (decimal): -6546769 or 11475612. OLE color: 11475612.
HSL color Cylindrical-coordinate representation of color #9C1AAF: hue angle of 292.35º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1AAF is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 26 | 175 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.31 |
| HSL | 292.35º | 0.74% | 0.39% | - |
| HSV(B) | 292.35º | 0.85% | 0.69% | - |
| XYZ | 21.82 | 10.9 | 41.51 | - |
| YUV | 81.86 | 180.57 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 26 | 175 | 0.11 | 0.85 | 0 | 0.31 | 292.35 | 0.74 | 0.39 |
| Hex | 9C | 1A | AF | B | 55 | 0 | 1F | 124 | 4A | 27 |
| Octal | 234 | 32 | 257 | 13 | 125 | 0 | 37 | 444 | 112 | 47 |
| Binary | 10011100 | 11010 | 10101111 | 1011 | 1010101 | 0 | 11111 | 100100100 | 1001010 | 100111 |
Color Harmonies of #9C1AAF
Complementary color
Monochromatic Colors of #9C1AAF
Black with #9C1AAF
Text Example
Text Example
White with #9C1AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1AAF; }
p { color: rgb(156,26,175); }
H1.HeaderClassName
{
color: #9C1AAF;
}
.AnyTagClassName
{
color: #9C1AAF;
}
</style>
background-color css
<style>
a { background-color: #9C1AAF; }
a { background-color: rgb(156,26,175); }
div.DivClassName
{
background-color: #9C1AAF;
}
.BgClassName
{
background-color: #9C1AAF;
}
</style>
border-color css
<style>
span { border-color: #9C1AAF; }
span { border-color: rgb(156,26,175); }
td.TdClassName
{
border-color: #9C1AAF;
}
.TagClassName
{
border-color: #9C1AAF;
}
</style>