Shades of Dark Orchid #9F21BC
Tints of Dark Orchid #9F21BC
RGB
CMYK
RGB Variations
Color information
#9F21BC (or 0x9F21BC) is known color: Dark Orchid. HEX triplet: 9F, 21 and BC. RGB value is (159,33,188). Sum of RGB (Red+Green+Blue) = 159+33+188=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F21BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F21BC is #60DE43. Grayscale: #575757. Windows color (decimal): -6348356 or 12329375. OLE color: 12329375.
HSL color Cylindrical-coordinate representation of color #9F21BC: hue angle of 288.77º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F21BC is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 33 | 188 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.26 |
| HSL | 288.77º | 0.7% | 0.43% | - |
| HSV(B) | 288.77º | 0.82% | 0.74% | - |
| XYZ | 23.92 | 12.09 | 48.65 | - |
| YUV | 88.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 188 | 0.15 | 0.82 | 0 | 0.26 | 288.77 | 0.7 | 0.43 |
| Hex | 9F | 21 | BC | F | 52 | 0 | 1A | 121 | 46 | 2B |
| Octal | 237 | 41 | 274 | 17 | 122 | 0 | 32 | 441 | 106 | 53 |
| Binary | 10011111 | 100001 | 10111100 | 1111 | 1010010 | 0 | 11010 | 100100001 | 1000110 | 101011 |
Color Harmonies of #9F21BC
Complementary color
Monochromatic Colors of #9F21BC
Black with #9F21BC
Text Example
Text Example
White with #9F21BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F21BC; }
p { color: rgb(159,33,188); }
H1.HeaderClassName
{
color: #9F21BC;
}
.AnyTagClassName
{
color: #9F21BC;
}
</style>
background-color css
<style>
a { background-color: #9F21BC; }
a { background-color: rgb(159,33,188); }
div.DivClassName
{
background-color: #9F21BC;
}
.BgClassName
{
background-color: #9F21BC;
}
</style>
border-color css
<style>
span { border-color: #9F21BC; }
span { border-color: rgb(159,33,188); }
td.TdClassName
{
border-color: #9F21BC;
}
.TagClassName
{
border-color: #9F21BC;
}
</style>