Shades of Dark Orchid #9F3EDE
Tints of Dark Orchid #9F3EDE
RGB
CMYK
RGB Variations
Color information
#9F3EDE (or 0x9F3EDE) is known color: Dark Orchid. HEX triplet: 9F, 3E and DE. RGB value is (159,62,222). Sum of RGB (Red+Green+Blue) = 159+62+222=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F3EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3EDE is #60C121. Grayscale: #6C6C6C. Windows color (decimal): -6340898 or 14565023. OLE color: 14565023.
HSL color Cylindrical-coordinate representation of color #9F3EDE: hue angle of 276.38º 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 #9F3EDE is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 62 | 222 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.13 |
| HSL | 276.38º | 0.71% | 0.56% | - |
| HSV(B) | 276.38º | 0.72% | 0.87% | - |
| XYZ | 29.21 | 16.09 | 70.67 | - |
| YUV | 109.24 | 191.64 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 62 | 222 | 0.28 | 0.72 | 0 | 0.13 | 276.38 | 0.71 | 0.56 |
| Hex | 9F | 3E | DE | 1C | 48 | 0 | D | 114 | 47 | 38 |
| Octal | 237 | 76 | 336 | 34 | 110 | 0 | 15 | 424 | 107 | 70 |
| Binary | 10011111 | 111110 | 11011110 | 11100 | 1001000 | 0 | 1101 | 100010100 | 1000111 | 111000 |
Color Harmonies of #9F3EDE
Complementary color
Monochromatic Colors of #9F3EDE
Black with #9F3EDE
Text Example
Text Example
White with #9F3EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3EDE; }
p { color: rgb(159,62,222); }
H1.HeaderClassName
{
color: #9F3EDE;
}
.AnyTagClassName
{
color: #9F3EDE;
}
</style>
background-color css
<style>
a { background-color: #9F3EDE; }
a { background-color: rgb(159,62,222); }
div.DivClassName
{
background-color: #9F3EDE;
}
.BgClassName
{
background-color: #9F3EDE;
}
</style>
border-color css
<style>
span { border-color: #9F3EDE; }
span { border-color: rgb(159,62,222); }
td.TdClassName
{
border-color: #9F3EDE;
}
.TagClassName
{
border-color: #9F3EDE;
}
</style>