Shades of Dark Orchid #9F25DE
Tints of Dark Orchid #9F25DE
RGB
CMYK
RGB Variations
Color information
#9F25DE (or 0x9F25DE) is known color: Dark Orchid. HEX triplet: 9F, 25 and DE. RGB value is (159,37,222). Sum of RGB (Red+Green+Blue) = 159+37+222=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F25DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F25DE is #60DA21. Grayscale: #5D5D5D. Windows color (decimal): -6347298 or 14558623. OLE color: 14558623.
HSL color Cylindrical-coordinate representation of color #9F25DE: hue angle of 279.57º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F25DE is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 37 | 222 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.13 |
| HSL | 279.57º | 0.74% | 0.51% | - |
| HSV(B) | 279.57º | 0.83% | 0.87% | - |
| XYZ | 28.14 | 13.97 | 70.32 | - |
| YUV | 94.57 | 199.92 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 222 | 0.28 | 0.83 | 0 | 0.13 | 279.57 | 0.74 | 0.51 |
| Hex | 9F | 25 | DE | 1C | 53 | 0 | D | 118 | 4A | 33 |
| Octal | 237 | 45 | 336 | 34 | 123 | 0 | 15 | 430 | 112 | 63 |
| Binary | 10011111 | 100101 | 11011110 | 11100 | 1010011 | 0 | 1101 | 100011000 | 1001010 | 110011 |
Color Harmonies of #9F25DE
Complementary color
Monochromatic Colors of #9F25DE
Black with #9F25DE
Text Example
Text Example
White with #9F25DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F25DE; }
p { color: rgb(159,37,222); }
H1.HeaderClassName
{
color: #9F25DE;
}
.AnyTagClassName
{
color: #9F25DE;
}
</style>
background-color css
<style>
a { background-color: #9F25DE; }
a { background-color: rgb(159,37,222); }
div.DivClassName
{
background-color: #9F25DE;
}
.BgClassName
{
background-color: #9F25DE;
}
</style>
border-color css
<style>
span { border-color: #9F25DE; }
span { border-color: rgb(159,37,222); }
td.TdClassName
{
border-color: #9F25DE;
}
.TagClassName
{
border-color: #9F25DE;
}
</style>