Shades of Dark Orchid #9E3FDB
Tints of Dark Orchid #9E3FDB
RGB
CMYK
RGB Variations
Color information
#9E3FDB (or 0x9E3FDB) is known color: Dark Orchid. HEX triplet: 9E, 3F and DB. RGB value is (158,63,219). Sum of RGB (Red+Green+Blue) = 158+63+219=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E3FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3FDB is #61C024. Grayscale: #6C6C6C. Windows color (decimal): -6406181 or 14368670. OLE color: 14368670.
HSL color Cylindrical-coordinate representation of color #9E3FDB: hue angle of 276.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E3FDB is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 63 | 219 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.14 |
| HSL | 276.54º | 0.68% | 0.55% | - |
| HSV(B) | 276.54º | 0.71% | 0.86% | - |
| XYZ | 28.66 | 15.94 | 68.58 | - |
| YUV | 109.19 | 189.97 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 219 | 0.28 | 0.71 | 0 | 0.14 | 276.54 | 0.68 | 0.55 |
| Hex | 9E | 3F | DB | 1C | 47 | 0 | E | 115 | 44 | 37 |
| Octal | 236 | 77 | 333 | 34 | 107 | 0 | 16 | 425 | 104 | 67 |
| Binary | 10011110 | 111111 | 11011011 | 11100 | 1000111 | 0 | 1110 | 100010101 | 1000100 | 110111 |
Color Harmonies of #9E3FDB
Complementary color
Monochromatic Colors of #9E3FDB
Black with #9E3FDB
Text Example
Text Example
White with #9E3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3FDB; }
p { color: rgb(158,63,219); }
H1.HeaderClassName
{
color: #9E3FDB;
}
.AnyTagClassName
{
color: #9E3FDB;
}
</style>
background-color css
<style>
a { background-color: #9E3FDB; }
a { background-color: rgb(158,63,219); }
div.DivClassName
{
background-color: #9E3FDB;
}
.BgClassName
{
background-color: #9E3FDB;
}
</style>
border-color css
<style>
span { border-color: #9E3FDB; }
span { border-color: rgb(158,63,219); }
td.TdClassName
{
border-color: #9E3FDB;
}
.TagClassName
{
border-color: #9E3FDB;
}
</style>