Shades of Dark Orchid #9F1AAB
Tints of Dark Orchid #9F1AAB
RGB
CMYK
RGB Variations
Color information
#9F1AAB (or 0x9F1AAB) is known color: Dark Orchid. HEX triplet: 9F, 1A and AB. RGB value is (159,26,171). Sum of RGB (Red+Green+Blue) = 159+26+171=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F1AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1AAB is #60E554. Grayscale: #515151. Windows color (decimal): -6350165 or 11213471. OLE color: 11213471.
HSL color Cylindrical-coordinate representation of color #9F1AAB: hue angle of 295.03º 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 #9F1AAB is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 26 | 171 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.33 |
| HSL | 295.03º | 0.74% | 0.39% | - |
| HSV(B) | 295.03º | 0.85% | 0.67% | - |
| XYZ | 22.02 | 11.05 | 39.5 | - |
| YUV | 82.3 | 178.06 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 26 | 171 | 0.07 | 0.85 | 0 | 0.33 | 295.03 | 0.74 | 0.39 |
| Hex | 9F | 1A | AB | 7 | 55 | 0 | 21 | 127 | 4A | 27 |
| Octal | 237 | 32 | 253 | 7 | 125 | 0 | 41 | 447 | 112 | 47 |
| Binary | 10011111 | 11010 | 10101011 | 111 | 1010101 | 0 | 100001 | 100100111 | 1001010 | 100111 |
Color Harmonies of #9F1AAB
Complementary color
Monochromatic Colors of #9F1AAB
Black with #9F1AAB
Text Example
Text Example
White with #9F1AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1AAB; }
p { color: rgb(159,26,171); }
H1.HeaderClassName
{
color: #9F1AAB;
}
.AnyTagClassName
{
color: #9F1AAB;
}
</style>
background-color css
<style>
a { background-color: #9F1AAB; }
a { background-color: rgb(159,26,171); }
div.DivClassName
{
background-color: #9F1AAB;
}
.BgClassName
{
background-color: #9F1AAB;
}
</style>
border-color css
<style>
span { border-color: #9F1AAB; }
span { border-color: rgb(159,26,171); }
td.TdClassName
{
border-color: #9F1AAB;
}
.TagClassName
{
border-color: #9F1AAB;
}
</style>