Shades of Dark Orchid #9F3EDF
Tints of Dark Orchid #9F3EDF
RGB
CMYK
RGB Variations
Color information
#9F3EDF (or 0x9F3EDF) is known color: Dark Orchid. HEX triplet: 9F, 3E and DF. RGB value is (159,62,223). Sum of RGB (Red+Green+Blue) = 159+62+223=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F3EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3EDF is #60C120. Grayscale: #6C6C6C. Windows color (decimal): -6340897 or 14630559. OLE color: 14630559.
HSL color Cylindrical-coordinate representation of color #9F3EDF: hue angle of 276.15º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F3EDF is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 62 | 223 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.13 |
| HSL | 276.15º | 0.72% | 0.56% | - |
| HSV(B) | 276.15º | 0.72% | 0.87% | - |
| XYZ | 29.34 | 16.14 | 71.38 | - |
| YUV | 109.36 | 192.14 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 62 | 223 | 0.29 | 0.72 | 0 | 0.13 | 276.15 | 0.72 | 0.56 |
| Hex | 9F | 3E | DF | 1D | 48 | 0 | D | 114 | 48 | 38 |
| Octal | 237 | 76 | 337 | 35 | 110 | 0 | 15 | 424 | 110 | 70 |
| Binary | 10011111 | 111110 | 11011111 | 11101 | 1001000 | 0 | 1101 | 100010100 | 1001000 | 111000 |
Color Harmonies of #9F3EDF
Complementary color
Monochromatic Colors of #9F3EDF
Black with #9F3EDF
Text Example
Text Example
White with #9F3EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3EDF; }
p { color: rgb(159,62,223); }
H1.HeaderClassName
{
color: #9F3EDF;
}
.AnyTagClassName
{
color: #9F3EDF;
}
</style>
background-color css
<style>
a { background-color: #9F3EDF; }
a { background-color: rgb(159,62,223); }
div.DivClassName
{
background-color: #9F3EDF;
}
.BgClassName
{
background-color: #9F3EDF;
}
</style>
border-color css
<style>
span { border-color: #9F3EDF; }
span { border-color: rgb(159,62,223); }
td.TdClassName
{
border-color: #9F3EDF;
}
.TagClassName
{
border-color: #9F3EDF;
}
</style>