Shades of Dark Orchid #9F2DCD
Tints of Dark Orchid #9F2DCD
RGB
CMYK
RGB Variations
Color information
#9F2DCD (or 0x9F2DCD) is known color: Dark Orchid. HEX triplet: 9F, 2D and CD. RGB value is (159,45,205). Sum of RGB (Red+Green+Blue) = 159+45+205=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F2DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2DCD is #60D232. Grayscale: #606060. Windows color (decimal): -6345267 or 13446559. OLE color: 13446559.
HSL color Cylindrical-coordinate representation of color #9F2DCD: hue angle of 282.75º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2DCD is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 45 | 205 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.20 |
| HSL | 282.75º | 0.64% | 0.49% | - |
| HSV(B) | 282.75º | 0.78% | 0.8% | - |
| XYZ | 26.26 | 13.66 | 59.01 | - |
| YUV | 97.33 | 188.77 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 205 | 0.22 | 0.78 | 0 | 0.20 | 282.75 | 0.64 | 0.49 |
| Hex | 9F | 2D | CD | 16 | 4E | 0 | 14 | 11B | 40 | 31 |
| Octal | 237 | 55 | 315 | 26 | 116 | 0 | 24 | 433 | 100 | 61 |
| Binary | 10011111 | 101101 | 11001101 | 10110 | 1001110 | 0 | 10100 | 100011011 | 1000000 | 110001 |
Color Harmonies of #9F2DCD
Complementary color
Monochromatic Colors of #9F2DCD
Black with #9F2DCD
Text Example
Text Example
White with #9F2DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2DCD; }
p { color: rgb(159,45,205); }
H1.HeaderClassName
{
color: #9F2DCD;
}
.AnyTagClassName
{
color: #9F2DCD;
}
</style>
background-color css
<style>
a { background-color: #9F2DCD; }
a { background-color: rgb(159,45,205); }
div.DivClassName
{
background-color: #9F2DCD;
}
.BgClassName
{
background-color: #9F2DCD;
}
</style>
border-color css
<style>
span { border-color: #9F2DCD; }
span { border-color: rgb(159,45,205); }
td.TdClassName
{
border-color: #9F2DCD;
}
.TagClassName
{
border-color: #9F2DCD;
}
</style>