Shades of Dark Orchid #9F1DBA
Tints of Dark Orchid #9F1DBA
RGB
CMYK
RGB Variations
Color information
#9F1DBA (or 0x9F1DBA) is known color: Dark Orchid. HEX triplet: 9F, 1D and BA. RGB value is (159,29,186). Sum of RGB (Red+Green+Blue) = 159+29+186=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F1DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1DBA is #60E245. Grayscale: #555555. Windows color (decimal): -6349382 or 12197279. OLE color: 12197279.
HSL color Cylindrical-coordinate representation of color #9F1DBA: hue angle of 289.68º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1DBA is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 29 | 186 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.27 |
| HSL | 289.68º | 0.73% | 0.42% | - |
| HSV(B) | 289.68º | 0.84% | 0.73% | - |
| XYZ | 23.6 | 11.79 | 47.49 | - |
| YUV | 85.77 | 184.57 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 186 | 0.15 | 0.84 | 0 | 0.27 | 289.68 | 0.73 | 0.42 |
| Hex | 9F | 1D | BA | F | 54 | 0 | 1B | 122 | 49 | 2A |
| Octal | 237 | 35 | 272 | 17 | 124 | 0 | 33 | 442 | 111 | 52 |
| Binary | 10011111 | 11101 | 10111010 | 1111 | 1010100 | 0 | 11011 | 100100010 | 1001001 | 101010 |
Color Harmonies of #9F1DBA
Complementary color
Monochromatic Colors of #9F1DBA
Black with #9F1DBA
Text Example
Text Example
White with #9F1DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1DBA; }
p { color: rgb(159,29,186); }
H1.HeaderClassName
{
color: #9F1DBA;
}
.AnyTagClassName
{
color: #9F1DBA;
}
</style>
background-color css
<style>
a { background-color: #9F1DBA; }
a { background-color: rgb(159,29,186); }
div.DivClassName
{
background-color: #9F1DBA;
}
.BgClassName
{
background-color: #9F1DBA;
}
</style>
border-color css
<style>
span { border-color: #9F1DBA; }
span { border-color: rgb(159,29,186); }
td.TdClassName
{
border-color: #9F1DBA;
}
.TagClassName
{
border-color: #9F1DBA;
}
</style>