Shades of Dark Orchid #9E3FDF
Tints of Dark Orchid #9E3FDF
RGB
CMYK
RGB Variations
Color information
#9E3FDF (or 0x9E3FDF) is known color: Dark Orchid. HEX triplet: 9E, 3F and DF. RGB value is (158,63,223). Sum of RGB (Red+Green+Blue) = 158+63+223=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 63 (25% from 255 or 14.19% 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 #9E3FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3FDF is #61C020. Grayscale: #6D6D6D. Windows color (decimal): -6406177 or 14630814. OLE color: 14630814.
HSL color Cylindrical-coordinate representation of color #9E3FDF: hue angle of 275.62º degrees, saturation: 0.71, 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 #9E3FDF is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 63 | 223 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.13 |
| HSL | 275.63º | 0.71% | 0.56% | - |
| HSV(B) | 275.63º | 0.72% | 0.87% | - |
| XYZ | 29.2 | 16.15 | 71.39 | - |
| YUV | 109.65 | 191.97 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 223 | 0.29 | 0.72 | 0 | 0.13 | 275.63 | 0.71 | 0.56 |
| Hex | 9E | 3F | DF | 1D | 48 | 0 | D | 114 | 47 | 38 |
| Octal | 236 | 77 | 337 | 35 | 110 | 0 | 15 | 424 | 107 | 70 |
| Binary | 10011110 | 111111 | 11011111 | 11101 | 1001000 | 0 | 1101 | 100010100 | 1000111 | 111000 |
Color Harmonies of #9E3FDF
Complementary color
Monochromatic Colors of #9E3FDF
Black with #9E3FDF
Text Example
Text Example
White with #9E3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3FDF; }
p { color: rgb(158,63,223); }
H1.HeaderClassName
{
color: #9E3FDF;
}
.AnyTagClassName
{
color: #9E3FDF;
}
</style>
background-color css
<style>
a { background-color: #9E3FDF; }
a { background-color: rgb(158,63,223); }
div.DivClassName
{
background-color: #9E3FDF;
}
.BgClassName
{
background-color: #9E3FDF;
}
</style>
border-color css
<style>
span { border-color: #9E3FDF; }
span { border-color: rgb(158,63,223); }
td.TdClassName
{
border-color: #9E3FDF;
}
.TagClassName
{
border-color: #9E3FDF;
}
</style>