Shades of Dark Orchid #9F3FDC
Tints of Dark Orchid #9F3FDC
RGB
CMYK
RGB Variations
Color information
#9F3FDC (or 0x9F3FDC) is known color: Dark Orchid. HEX triplet: 9F, 3F and DC. RGB value is (159,63,220). Sum of RGB (Red+Green+Blue) = 159+63+220=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F3FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3FDC is #60C023. Grayscale: #6D6D6D. Windows color (decimal): -6340644 or 14434207. OLE color: 14434207.
HSL color Cylindrical-coordinate representation of color #9F3FDC: hue angle of 276.69º degrees, saturation: 0.69, 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 #9F3FDC is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 63 | 220 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.14 |
| HSL | 276.69º | 0.69% | 0.55% | - |
| HSV(B) | 276.69º | 0.71% | 0.86% | - |
| XYZ | 28.99 | 16.09 | 69.29 | - |
| YUV | 109.6 | 190.3 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 63 | 220 | 0.28 | 0.71 | 0 | 0.14 | 276.69 | 0.69 | 0.55 |
| Hex | 9F | 3F | DC | 1C | 47 | 0 | E | 115 | 45 | 37 |
| Octal | 237 | 77 | 334 | 34 | 107 | 0 | 16 | 425 | 105 | 67 |
| Binary | 10011111 | 111111 | 11011100 | 11100 | 1000111 | 0 | 1110 | 100010101 | 1000101 | 110111 |
Color Harmonies of #9F3FDC
Complementary color
Monochromatic Colors of #9F3FDC
Black with #9F3FDC
Text Example
Text Example
White with #9F3FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3FDC; }
p { color: rgb(159,63,220); }
H1.HeaderClassName
{
color: #9F3FDC;
}
.AnyTagClassName
{
color: #9F3FDC;
}
</style>
background-color css
<style>
a { background-color: #9F3FDC; }
a { background-color: rgb(159,63,220); }
div.DivClassName
{
background-color: #9F3FDC;
}
.BgClassName
{
background-color: #9F3FDC;
}
</style>
border-color css
<style>
span { border-color: #9F3FDC; }
span { border-color: rgb(159,63,220); }
td.TdClassName
{
border-color: #9F3FDC;
}
.TagClassName
{
border-color: #9F3FDC;
}
</style>