Shades of Dark Orchid #9F40DA
Tints of Dark Orchid #9F40DA
RGB
CMYK
RGB Variations
Color information
#9F40DA (or 0x9F40DA) is known color: Dark Orchid. HEX triplet: 9F, 40 and DA. RGB value is (159,64,218). Sum of RGB (Red+Green+Blue) = 159+64+218=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F40DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F40DA is #60BF25. Grayscale: #6D6D6D. Windows color (decimal): -6340390 or 14303391. OLE color: 14303391.
HSL color Cylindrical-coordinate representation of color #9F40DA: hue angle of 277.01º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F40DA is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 64 | 218 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.15 |
| HSL | 277.01º | 0.68% | 0.55% | - |
| HSV(B) | 277.01º | 0.71% | 0.85% | - |
| XYZ | 28.79 | 16.1 | 67.92 | - |
| YUV | 109.96 | 188.97 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 218 | 0.27 | 0.71 | 0 | 0.15 | 277.01 | 0.68 | 0.55 |
| Hex | 9F | 40 | DA | 1B | 47 | 0 | F | 115 | 44 | 37 |
| Octal | 237 | 100 | 332 | 33 | 107 | 0 | 17 | 425 | 104 | 67 |
| Binary | 10011111 | 1000000 | 11011010 | 11011 | 1000111 | 0 | 1111 | 100010101 | 1000100 | 110111 |
Color Harmonies of #9F40DA
Complementary color
Monochromatic Colors of #9F40DA
Black with #9F40DA
Text Example
Text Example
White with #9F40DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F40DA; }
p { color: rgb(159,64,218); }
H1.HeaderClassName
{
color: #9F40DA;
}
.AnyTagClassName
{
color: #9F40DA;
}
</style>
background-color css
<style>
a { background-color: #9F40DA; }
a { background-color: rgb(159,64,218); }
div.DivClassName
{
background-color: #9F40DA;
}
.BgClassName
{
background-color: #9F40DA;
}
</style>
border-color css
<style>
span { border-color: #9F40DA; }
span { border-color: rgb(159,64,218); }
td.TdClassName
{
border-color: #9F40DA;
}
.TagClassName
{
border-color: #9F40DA;
}
</style>