Shades of Dark Orchid #9F2EDC
Tints of Dark Orchid #9F2EDC
RGB
CMYK
RGB Variations
Color information
#9F2EDC (or 0x9F2EDC) is known color: Dark Orchid. HEX triplet: 9F, 2E and DC. RGB value is (159,46,220). Sum of RGB (Red+Green+Blue) = 159+46+220=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F2EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2EDC is #60D123. Grayscale: #636363. Windows color (decimal): -6344996 or 14429855. OLE color: 14429855.
HSL color Cylindrical-coordinate representation of color #9F2EDC: hue angle of 278.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2EDC is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 46 | 220 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.14 |
| HSL | 278.97º | 0.71% | 0.52% | - |
| HSV(B) | 278.97º | 0.79% | 0.86% | - |
| XYZ | 28.19 | 14.49 | 69.02 | - |
| YUV | 99.62 | 195.94 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 46 | 220 | 0.28 | 0.79 | 0 | 0.14 | 278.97 | 0.71 | 0.52 |
| Hex | 9F | 2E | DC | 1C | 4F | 0 | E | 117 | 47 | 34 |
| Octal | 237 | 56 | 334 | 34 | 117 | 0 | 16 | 427 | 107 | 64 |
| Binary | 10011111 | 101110 | 11011100 | 11100 | 1001111 | 0 | 1110 | 100010111 | 1000111 | 110100 |
Color Harmonies of #9F2EDC
Complementary color
Monochromatic Colors of #9F2EDC
Black with #9F2EDC
Text Example
Text Example
White with #9F2EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2EDC; }
p { color: rgb(159,46,220); }
H1.HeaderClassName
{
color: #9F2EDC;
}
.AnyTagClassName
{
color: #9F2EDC;
}
</style>
background-color css
<style>
a { background-color: #9F2EDC; }
a { background-color: rgb(159,46,220); }
div.DivClassName
{
background-color: #9F2EDC;
}
.BgClassName
{
background-color: #9F2EDC;
}
</style>
border-color css
<style>
span { border-color: #9F2EDC; }
span { border-color: rgb(159,46,220); }
td.TdClassName
{
border-color: #9F2EDC;
}
.TagClassName
{
border-color: #9F2EDC;
}
</style>