Shades of Dark Orchid #9F21BE
Tints of Dark Orchid #9F21BE
RGB
CMYK
RGB Variations
Color information
#9F21BE (or 0x9F21BE) is known color: Dark Orchid. HEX triplet: 9F, 21 and BE. RGB value is (159,33,190). Sum of RGB (Red+Green+Blue) = 159+33+190=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F21BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F21BE is #60DE41. Grayscale: #585858. Windows color (decimal): -6348354 or 12460447. OLE color: 12460447.
HSL color Cylindrical-coordinate representation of color #9F21BE: hue angle of 288.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F21BE is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 33 | 190 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.25 |
| HSL | 288.15º | 0.7% | 0.44% | - |
| HSV(B) | 288.15º | 0.83% | 0.75% | - |
| XYZ | 24.14 | 12.18 | 49.79 | - |
| YUV | 88.57 | 185.24 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 190 | 0.16 | 0.83 | 0 | 0.25 | 288.15 | 0.7 | 0.44 |
| Hex | 9F | 21 | BE | 10 | 53 | 0 | 19 | 120 | 46 | 2C |
| Octal | 237 | 41 | 276 | 20 | 123 | 0 | 31 | 440 | 106 | 54 |
| Binary | 10011111 | 100001 | 10111110 | 10000 | 1010011 | 0 | 11001 | 100100000 | 1000110 | 101100 |
Color Harmonies of #9F21BE
Complementary color
Monochromatic Colors of #9F21BE
Black with #9F21BE
Text Example
Text Example
White with #9F21BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F21BE; }
p { color: rgb(159,33,190); }
H1.HeaderClassName
{
color: #9F21BE;
}
.AnyTagClassName
{
color: #9F21BE;
}
</style>
background-color css
<style>
a { background-color: #9F21BE; }
a { background-color: rgb(159,33,190); }
div.DivClassName
{
background-color: #9F21BE;
}
.BgClassName
{
background-color: #9F21BE;
}
</style>
border-color css
<style>
span { border-color: #9F21BE; }
span { border-color: rgb(159,33,190); }
td.TdClassName
{
border-color: #9F21BE;
}
.TagClassName
{
border-color: #9F21BE;
}
</style>