Shades of Dark Orchid #9F21CC
Tints of Dark Orchid #9F21CC
RGB
CMYK
RGB Variations
Color information
#9F21CC (or 0x9F21CC) is known color: Dark Orchid. HEX triplet: 9F, 21 and CC. RGB value is (159,33,204). Sum of RGB (Red+Green+Blue) = 159+33+204=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F21CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F21CC is #60DE33. Grayscale: #595959. Windows color (decimal): -6348340 or 13377951. OLE color: 13377951.
HSL color Cylindrical-coordinate representation of color #9F21CC: hue angle of 284.21º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F21CC is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 33 | 204 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.2 |
| HSL | 284.21º | 0.72% | 0.46% | - |
| HSV(B) | 284.21º | 0.84% | 0.8% | - |
| XYZ | 25.74 | 12.82 | 58.24 | - |
| YUV | 90.17 | 192.24 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 204 | 0.22 | 0.84 | 0 | 0.2 | 284.21 | 0.72 | 0.46 |
| Hex | 9F | 21 | CC | 16 | 54 | 0 | 14 | 11C | 48 | 2E |
| Octal | 237 | 41 | 314 | 26 | 124 | 0 | 24 | 434 | 110 | 56 |
| Binary | 10011111 | 100001 | 11001100 | 10110 | 1010100 | 0 | 10100 | 100011100 | 1001000 | 101110 |
Color Harmonies of #9F21CC
Complementary color
Monochromatic Colors of #9F21CC
Black with #9F21CC
Text Example
Text Example
White with #9F21CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F21CC; }
p { color: rgb(159,33,204); }
H1.HeaderClassName
{
color: #9F21CC;
}
.AnyTagClassName
{
color: #9F21CC;
}
</style>
background-color css
<style>
a { background-color: #9F21CC; }
a { background-color: rgb(159,33,204); }
div.DivClassName
{
background-color: #9F21CC;
}
.BgClassName
{
background-color: #9F21CC;
}
</style>
border-color css
<style>
span { border-color: #9F21CC; }
span { border-color: rgb(159,33,204); }
td.TdClassName
{
border-color: #9F21CC;
}
.TagClassName
{
border-color: #9F21CC;
}
</style>