Shades of Dark Orchid #9F1EBD
Tints of Dark Orchid #9F1EBD
RGB
CMYK
RGB Variations
Color information
#9F1EBD (or 0x9F1EBD) is known color: Dark Orchid. HEX triplet: 9F, 1E and BD. RGB value is (159,30,189). Sum of RGB (Red+Green+Blue) = 159+30+189=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F1EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1EBD is #60E142. Grayscale: #565656. Windows color (decimal): -6349123 or 12394143. OLE color: 12394143.
HSL color Cylindrical-coordinate representation of color #9F1EBD: hue angle of 288.68º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1EBD is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 30 | 189 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.26 |
| HSL | 288.68º | 0.73% | 0.43% | - |
| HSV(B) | 288.68º | 0.84% | 0.74% | - |
| XYZ | 23.95 | 11.97 | 49.19 | - |
| YUV | 86.7 | 185.74 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 30 | 189 | 0.16 | 0.84 | 0 | 0.26 | 288.68 | 0.73 | 0.43 |
| Hex | 9F | 1E | BD | 10 | 54 | 0 | 1A | 121 | 49 | 2B |
| Octal | 237 | 36 | 275 | 20 | 124 | 0 | 32 | 441 | 111 | 53 |
| Binary | 10011111 | 11110 | 10111101 | 10000 | 1010100 | 0 | 11010 | 100100001 | 1001001 | 101011 |
Color Harmonies of #9F1EBD
Complementary color
Monochromatic Colors of #9F1EBD
Black with #9F1EBD
Text Example
Text Example
White with #9F1EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1EBD; }
p { color: rgb(159,30,189); }
H1.HeaderClassName
{
color: #9F1EBD;
}
.AnyTagClassName
{
color: #9F1EBD;
}
</style>
background-color css
<style>
a { background-color: #9F1EBD; }
a { background-color: rgb(159,30,189); }
div.DivClassName
{
background-color: #9F1EBD;
}
.BgClassName
{
background-color: #9F1EBD;
}
</style>
border-color css
<style>
span { border-color: #9F1EBD; }
span { border-color: rgb(159,30,189); }
td.TdClassName
{
border-color: #9F1EBD;
}
.TagClassName
{
border-color: #9F1EBD;
}
</style>