Shades of Dark Orchid #9F3DCE
Tints of Dark Orchid #9F3DCE
RGB
CMYK
RGB Variations
Color information
#9F3DCE (or 0x9F3DCE) is known color: Dark Orchid. HEX triplet: 9F, 3D and CE. RGB value is (159,61,206). Sum of RGB (Red+Green+Blue) = 159+61+206=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F3DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3DCE is #60C231. Grayscale: #6A6A6A. Windows color (decimal): -6341170 or 13516191. OLE color: 13516191.
HSL color Cylindrical-coordinate representation of color #9F3DCE: hue angle of 280.55º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F3DCE is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 61 | 206 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.19 |
| HSL | 280.55º | 0.6% | 0.52% | - |
| HSV(B) | 280.55º | 0.7% | 0.81% | - |
| XYZ | 27.11 | 15.16 | 59.89 | - |
| YUV | 106.83 | 183.97 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 61 | 206 | 0.23 | 0.70 | 0 | 0.19 | 280.55 | 0.6 | 0.52 |
| Hex | 9F | 3D | CE | 17 | 46 | 0 | 13 | 119 | 3C | 34 |
| Octal | 237 | 75 | 316 | 27 | 106 | 0 | 23 | 431 | 74 | 64 |
| Binary | 10011111 | 111101 | 11001110 | 10111 | 1000110 | 0 | 10011 | 100011001 | 111100 | 110100 |
Color Harmonies of #9F3DCE
Complementary color
Monochromatic Colors of #9F3DCE
Black with #9F3DCE
Text Example
Text Example
White with #9F3DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3DCE; }
p { color: rgb(159,61,206); }
H1.HeaderClassName
{
color: #9F3DCE;
}
.AnyTagClassName
{
color: #9F3DCE;
}
</style>
background-color css
<style>
a { background-color: #9F3DCE; }
a { background-color: rgb(159,61,206); }
div.DivClassName
{
background-color: #9F3DCE;
}
.BgClassName
{
background-color: #9F3DCE;
}
</style>
border-color css
<style>
span { border-color: #9F3DCE; }
span { border-color: rgb(159,61,206); }
td.TdClassName
{
border-color: #9F3DCE;
}
.TagClassName
{
border-color: #9F3DCE;
}
</style>