Shades of Dark Orchid #9F25DF
Tints of Dark Orchid #9F25DF
RGB
CMYK
RGB Variations
Color information
#9F25DF (or 0x9F25DF) is known color: Dark Orchid. HEX triplet: 9F, 25 and DF. RGB value is (159,37,223). Sum of RGB (Red+Green+Blue) = 159+37+223=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F25DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F25DF is #60DA20. Grayscale: #5E5E5E. Windows color (decimal): -6347297 or 14624159. OLE color: 14624159.
HSL color Cylindrical-coordinate representation of color #9F25DF: hue angle of 279.35º 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 #9F25DF is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 37 | 223 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.13 |
| HSL | 279.35º | 0.74% | 0.51% | - |
| HSV(B) | 279.35º | 0.83% | 0.87% | - |
| XYZ | 28.28 | 14.02 | 71.03 | - |
| YUV | 94.68 | 200.42 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 223 | 0.29 | 0.83 | 0 | 0.13 | 279.35 | 0.74 | 0.51 |
| Hex | 9F | 25 | DF | 1D | 53 | 0 | D | 117 | 4A | 33 |
| Octal | 237 | 45 | 337 | 35 | 123 | 0 | 15 | 427 | 112 | 63 |
| Binary | 10011111 | 100101 | 11011111 | 11101 | 1010011 | 0 | 1101 | 100010111 | 1001010 | 110011 |
Color Harmonies of #9F25DF
Complementary color
Monochromatic Colors of #9F25DF
Black with #9F25DF
Text Example
Text Example
White with #9F25DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F25DF; }
p { color: rgb(159,37,223); }
H1.HeaderClassName
{
color: #9F25DF;
}
.AnyTagClassName
{
color: #9F25DF;
}
</style>
background-color css
<style>
a { background-color: #9F25DF; }
a { background-color: rgb(159,37,223); }
div.DivClassName
{
background-color: #9F25DF;
}
.BgClassName
{
background-color: #9F25DF;
}
</style>
border-color css
<style>
span { border-color: #9F25DF; }
span { border-color: rgb(159,37,223); }
td.TdClassName
{
border-color: #9F25DF;
}
.TagClassName
{
border-color: #9F25DF;
}
</style>