Shades of Dark Orchid #9F3FCD
Tints of Dark Orchid #9F3FCD
RGB
CMYK
RGB Variations
Color information
#9F3FCD (or 0x9F3FCD) is known color: Dark Orchid. HEX triplet: 9F, 3F and CD. RGB value is (159,63,205). Sum of RGB (Red+Green+Blue) = 159+63+205=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F3FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3FCD is #60C032. Grayscale: #6B6B6B. Windows color (decimal): -6340659 or 13451167. OLE color: 13451167.
HSL color Cylindrical-coordinate representation of color #9F3FCD: hue angle of 280.56º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3FCD is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 63 | 205 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.20 |
| HSL | 280.56º | 0.59% | 0.53% | - |
| HSV(B) | 280.56º | 0.69% | 0.8% | - |
| XYZ | 27.1 | 15.33 | 59.29 | - |
| YUV | 107.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 63 | 205 | 0.22 | 0.69 | 0 | 0.20 | 280.56 | 0.59 | 0.53 |
| Hex | 9F | 3F | CD | 16 | 45 | 0 | 14 | 119 | 3B | 35 |
| Octal | 237 | 77 | 315 | 26 | 105 | 0 | 24 | 431 | 73 | 65 |
| Binary | 10011111 | 111111 | 11001101 | 10110 | 1000101 | 0 | 10100 | 100011001 | 111011 | 110101 |
Color Harmonies of #9F3FCD
Complementary color
Monochromatic Colors of #9F3FCD
Black with #9F3FCD
Text Example
Text Example
White with #9F3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3FCD; }
p { color: rgb(159,63,205); }
H1.HeaderClassName
{
color: #9F3FCD;
}
.AnyTagClassName
{
color: #9F3FCD;
}
</style>
background-color css
<style>
a { background-color: #9F3FCD; }
a { background-color: rgb(159,63,205); }
div.DivClassName
{
background-color: #9F3FCD;
}
.BgClassName
{
background-color: #9F3FCD;
}
</style>
border-color css
<style>
span { border-color: #9F3FCD; }
span { border-color: rgb(159,63,205); }
td.TdClassName
{
border-color: #9F3FCD;
}
.TagClassName
{
border-color: #9F3FCD;
}
</style>