Shades of Dark Orchid #9F1CCE
Tints of Dark Orchid #9F1CCE
RGB
CMYK
RGB Variations
Color information
#9F1CCE (or 0x9F1CCE) is known color: Dark Orchid. HEX triplet: 9F, 1C and CE. RGB value is (159,28,206). Sum of RGB (Red+Green+Blue) = 159+28+206=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F1CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1CCE is #60E331. Grayscale: #565656. Windows color (decimal): -6349618 or 13507743. OLE color: 13507743.
HSL color Cylindrical-coordinate representation of color #9F1CCE: hue angle of 284.16º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F1CCE is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 28 | 206 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.19 |
| HSL | 284.16º | 0.76% | 0.46% | - |
| HSV(B) | 284.16º | 0.86% | 0.81% | - |
| XYZ | 25.85 | 12.66 | 59.47 | - |
| YUV | 87.46 | 194.9 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 28 | 206 | 0.23 | 0.86 | 0 | 0.19 | 284.16 | 0.76 | 0.46 |
| Hex | 9F | 1C | CE | 17 | 56 | 0 | 13 | 11C | 4C | 2E |
| Octal | 237 | 34 | 316 | 27 | 126 | 0 | 23 | 434 | 114 | 56 |
| Binary | 10011111 | 11100 | 11001110 | 10111 | 1010110 | 0 | 10011 | 100011100 | 1001100 | 101110 |
Color Harmonies of #9F1CCE
Complementary color
Monochromatic Colors of #9F1CCE
Black with #9F1CCE
Text Example
Text Example
White with #9F1CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1CCE; }
p { color: rgb(159,28,206); }
H1.HeaderClassName
{
color: #9F1CCE;
}
.AnyTagClassName
{
color: #9F1CCE;
}
</style>
background-color css
<style>
a { background-color: #9F1CCE; }
a { background-color: rgb(159,28,206); }
div.DivClassName
{
background-color: #9F1CCE;
}
.BgClassName
{
background-color: #9F1CCE;
}
</style>
border-color css
<style>
span { border-color: #9F1CCE; }
span { border-color: rgb(159,28,206); }
td.TdClassName
{
border-color: #9F1CCE;
}
.TagClassName
{
border-color: #9F1CCE;
}
</style>