Shades of Dark Orchid #9E3FD3
Tints of Dark Orchid #9E3FD3
RGB
CMYK
RGB Variations
Color information
#9E3FD3 (or 0x9E3FD3) is known color: Dark Orchid. HEX triplet: 9E, 3F and D3. RGB value is (158,63,211). Sum of RGB (Red+Green+Blue) = 158+63+211=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #9E3FD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3FD3 is #61C02C. Grayscale: #6B6B6B. Windows color (decimal): -6406189 or 13844382. OLE color: 13844382.
HSL color Cylindrical-coordinate representation of color #9E3FD3: hue angle of 278.51º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E3FD3 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 63 | 211 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.17 |
| HSL | 278.51º | 0.63% | 0.54% | - |
| HSV(B) | 278.51º | 0.7% | 0.83% | - |
| XYZ | 27.64 | 15.53 | 63.17 | - |
| YUV | 108.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 211 | 0.25 | 0.70 | 0 | 0.17 | 278.51 | 0.63 | 0.54 |
| Hex | 9E | 3F | D3 | 19 | 46 | 0 | 11 | 117 | 3F | 36 |
| Octal | 236 | 77 | 323 | 31 | 106 | 0 | 21 | 427 | 77 | 66 |
| Binary | 10011110 | 111111 | 11010011 | 11001 | 1000110 | 0 | 10001 | 100010111 | 111111 | 110110 |
Color Harmonies of #9E3FD3
Complementary color
Monochromatic Colors of #9E3FD3
Black with #9E3FD3
Text Example
Text Example
White with #9E3FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3FD3; }
p { color: rgb(158,63,211); }
H1.HeaderClassName
{
color: #9E3FD3;
}
.AnyTagClassName
{
color: #9E3FD3;
}
</style>
background-color css
<style>
a { background-color: #9E3FD3; }
a { background-color: rgb(158,63,211); }
div.DivClassName
{
background-color: #9E3FD3;
}
.BgClassName
{
background-color: #9E3FD3;
}
</style>
border-color css
<style>
span { border-color: #9E3FD3; }
span { border-color: rgb(158,63,211); }
td.TdClassName
{
border-color: #9E3FD3;
}
.TagClassName
{
border-color: #9E3FD3;
}
</style>