Shades of Dark Orchid #9F3DC0
Tints of Dark Orchid #9F3DC0
RGB
CMYK
RGB Variations
Color information
#9F3DC0 (or 0x9F3DC0) is known color: Dark Orchid. HEX triplet: 9F, 3D and C0. RGB value is (159,61,192). Sum of RGB (Red+Green+Blue) = 159+61+192=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F3DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3DC0 is #60C23F. Grayscale: #686868. Windows color (decimal): -6341184 or 12598687. OLE color: 12598687.
HSL color Cylindrical-coordinate representation of color #9F3DC0: hue angle of 284.89º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F3DC0 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 61 | 192 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.25 |
| HSL | 284.89º | 0.52% | 0.5% | - |
| HSV(B) | 284.89º | 0.68% | 0.75% | - |
| XYZ | 25.48 | 14.51 | 51.33 | - |
| YUV | 105.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 61 | 192 | 0.17 | 0.68 | 0 | 0.25 | 284.89 | 0.52 | 0.5 |
| Hex | 9F | 3D | C0 | 11 | 44 | 0 | 19 | 11D | 34 | 32 |
| Octal | 237 | 75 | 300 | 21 | 104 | 0 | 31 | 435 | 64 | 62 |
| Binary | 10011111 | 111101 | 11000000 | 10001 | 1000100 | 0 | 11001 | 100011101 | 110100 | 110010 |
Color Harmonies of #9F3DC0
Complementary color
Monochromatic Colors of #9F3DC0
Black with #9F3DC0
Text Example
Text Example
White with #9F3DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3DC0; }
p { color: rgb(159,61,192); }
H1.HeaderClassName
{
color: #9F3DC0;
}
.AnyTagClassName
{
color: #9F3DC0;
}
</style>
background-color css
<style>
a { background-color: #9F3DC0; }
a { background-color: rgb(159,61,192); }
div.DivClassName
{
background-color: #9F3DC0;
}
.BgClassName
{
background-color: #9F3DC0;
}
</style>
border-color css
<style>
span { border-color: #9F3DC0; }
span { border-color: rgb(159,61,192); }
td.TdClassName
{
border-color: #9F3DC0;
}
.TagClassName
{
border-color: #9F3DC0;
}
</style>