Shades of Dark Orchid #9F38CF
Tints of Dark Orchid #9F38CF
RGB
CMYK
RGB Variations
Color information
#9F38CF (or 0x9F38CF) is known color: Dark Orchid. HEX triplet: 9F, 38 and CF. RGB value is (159,56,207). Sum of RGB (Red+Green+Blue) = 159+56+207=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F38CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F38CF is #60C730. Grayscale: #676767. Windows color (decimal): -6342449 or 13580447. OLE color: 13580447.
HSL color Cylindrical-coordinate representation of color #9F38CF: hue angle of 280.93º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F38CF is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 56 | 207 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.19 |
| HSL | 280.93º | 0.61% | 0.52% | - |
| HSV(B) | 280.93º | 0.73% | 0.81% | - |
| XYZ | 26.97 | 14.7 | 60.45 | - |
| YUV | 104.01 | 186.12 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 207 | 0.23 | 0.73 | 0 | 0.19 | 280.93 | 0.61 | 0.52 |
| Hex | 9F | 38 | CF | 17 | 49 | 0 | 13 | 119 | 3D | 34 |
| Octal | 237 | 70 | 317 | 27 | 111 | 0 | 23 | 431 | 75 | 64 |
| Binary | 10011111 | 111000 | 11001111 | 10111 | 1001001 | 0 | 10011 | 100011001 | 111101 | 110100 |
Color Harmonies of #9F38CF
Complementary color
Monochromatic Colors of #9F38CF
Black with #9F38CF
Text Example
Text Example
White with #9F38CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F38CF; }
p { color: rgb(159,56,207); }
H1.HeaderClassName
{
color: #9F38CF;
}
.AnyTagClassName
{
color: #9F38CF;
}
</style>
background-color css
<style>
a { background-color: #9F38CF; }
a { background-color: rgb(159,56,207); }
div.DivClassName
{
background-color: #9F38CF;
}
.BgClassName
{
background-color: #9F38CF;
}
</style>
border-color css
<style>
span { border-color: #9F38CF; }
span { border-color: rgb(159,56,207); }
td.TdClassName
{
border-color: #9F38CF;
}
.TagClassName
{
border-color: #9F38CF;
}
</style>