Shades of Dark Orchid #9F2ACD
Tints of Dark Orchid #9F2ACD
RGB
CMYK
RGB Variations
Color information
#9F2ACD (or 0x9F2ACD) is known color: Dark Orchid. HEX triplet: 9F, 2A and CD. RGB value is (159,42,205). Sum of RGB (Red+Green+Blue) = 159+42+205=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F2ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2ACD is #60D532. Grayscale: #5F5F5F. Windows color (decimal): -6346035 or 13445791. OLE color: 13445791.
HSL color Cylindrical-coordinate representation of color #9F2ACD: hue angle of 283.07º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F2ACD is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 42 | 205 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.20 |
| HSL | 283.07º | 0.66% | 0.48% | - |
| HSV(B) | 283.07º | 0.8% | 0.8% | - |
| XYZ | 26.15 | 13.43 | 58.97 | - |
| YUV | 95.57 | 189.76 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 205 | 0.22 | 0.80 | 0 | 0.20 | 283.07 | 0.66 | 0.48 |
| Hex | 9F | 2A | CD | 16 | 50 | 0 | 14 | 11B | 42 | 30 |
| Octal | 237 | 52 | 315 | 26 | 120 | 0 | 24 | 433 | 102 | 60 |
| Binary | 10011111 | 101010 | 11001101 | 10110 | 1010000 | 0 | 10100 | 100011011 | 1000010 | 110000 |
Color Harmonies of #9F2ACD
Complementary color
Monochromatic Colors of #9F2ACD
Black with #9F2ACD
Text Example
Text Example
White with #9F2ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2ACD; }
p { color: rgb(159,42,205); }
H1.HeaderClassName
{
color: #9F2ACD;
}
.AnyTagClassName
{
color: #9F2ACD;
}
</style>
background-color css
<style>
a { background-color: #9F2ACD; }
a { background-color: rgb(159,42,205); }
div.DivClassName
{
background-color: #9F2ACD;
}
.BgClassName
{
background-color: #9F2ACD;
}
</style>
border-color css
<style>
span { border-color: #9F2ACD; }
span { border-color: rgb(159,42,205); }
td.TdClassName
{
border-color: #9F2ACD;
}
.TagClassName
{
border-color: #9F2ACD;
}
</style>