Shades of Dark Orchid #9F1ADC
Tints of Dark Orchid #9F1ADC
RGB
CMYK
RGB Variations
Color information
#9F1ADC (or 0x9F1ADC) is known color: Dark Orchid. HEX triplet: 9F, 1A and DC. RGB value is (159,26,220). Sum of RGB (Red+Green+Blue) = 159+26+220=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F1ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1ADC is #60E523. Grayscale: #575757. Windows color (decimal): -6350116 or 14424735. OLE color: 14424735.
HSL color Cylindrical-coordinate representation of color #9F1ADC: hue angle of 281.13º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1ADC is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 26 | 220 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.14 |
| HSL | 281.13º | 0.79% | 0.48% | - |
| HSV(B) | 281.13º | 0.88% | 0.86% | - |
| XYZ | 27.59 | 13.28 | 68.82 | - |
| YUV | 87.88 | 202.56 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 26 | 220 | 0.28 | 0.88 | 0 | 0.14 | 281.13 | 0.79 | 0.48 |
| Hex | 9F | 1A | DC | 1C | 58 | 0 | E | 119 | 4F | 30 |
| Octal | 237 | 32 | 334 | 34 | 130 | 0 | 16 | 431 | 117 | 60 |
| Binary | 10011111 | 11010 | 11011100 | 11100 | 1011000 | 0 | 1110 | 100011001 | 1001111 | 110000 |
Color Harmonies of #9F1ADC
Complementary color
Monochromatic Colors of #9F1ADC
Black with #9F1ADC
Text Example
Text Example
White with #9F1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1ADC; }
p { color: rgb(159,26,220); }
H1.HeaderClassName
{
color: #9F1ADC;
}
.AnyTagClassName
{
color: #9F1ADC;
}
</style>
background-color css
<style>
a { background-color: #9F1ADC; }
a { background-color: rgb(159,26,220); }
div.DivClassName
{
background-color: #9F1ADC;
}
.BgClassName
{
background-color: #9F1ADC;
}
</style>
border-color css
<style>
span { border-color: #9F1ADC; }
span { border-color: rgb(159,26,220); }
td.TdClassName
{
border-color: #9F1ADC;
}
.TagClassName
{
border-color: #9F1ADC;
}
</style>