Shades of Dark Orchid #9F2DDE
Tints of Dark Orchid #9F2DDE
RGB
CMYK
RGB Variations
Color information
#9F2DDE (or 0x9F2DDE) is known color: Dark Orchid. HEX triplet: 9F, 2D and DE. RGB value is (159,45,222). Sum of RGB (Red+Green+Blue) = 159+45+222=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F2DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2DDE is #60D221. Grayscale: #626262. Windows color (decimal): -6345250 or 14560671. OLE color: 14560671.
HSL color Cylindrical-coordinate representation of color #9F2DDE: hue angle of 278.64º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F2DDE is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 45 | 222 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.13 |
| HSL | 278.64º | 0.73% | 0.52% | - |
| HSV(B) | 278.64º | 0.8% | 0.87% | - |
| XYZ | 28.42 | 14.52 | 70.41 | - |
| YUV | 99.26 | 197.27 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 222 | 0.28 | 0.80 | 0 | 0.13 | 278.64 | 0.73 | 0.52 |
| Hex | 9F | 2D | DE | 1C | 50 | 0 | D | 117 | 49 | 34 |
| Octal | 237 | 55 | 336 | 34 | 120 | 0 | 15 | 427 | 111 | 64 |
| Binary | 10011111 | 101101 | 11011110 | 11100 | 1010000 | 0 | 1101 | 100010111 | 1001001 | 110100 |
Color Harmonies of #9F2DDE
Complementary color
Monochromatic Colors of #9F2DDE
Black with #9F2DDE
Text Example
Text Example
White with #9F2DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2DDE; }
p { color: rgb(159,45,222); }
H1.HeaderClassName
{
color: #9F2DDE;
}
.AnyTagClassName
{
color: #9F2DDE;
}
</style>
background-color css
<style>
a { background-color: #9F2DDE; }
a { background-color: rgb(159,45,222); }
div.DivClassName
{
background-color: #9F2DDE;
}
.BgClassName
{
background-color: #9F2DDE;
}
</style>
border-color css
<style>
span { border-color: #9F2DDE; }
span { border-color: rgb(159,45,222); }
td.TdClassName
{
border-color: #9F2DDE;
}
.TagClassName
{
border-color: #9F2DDE;
}
</style>