Shades of Dark Orchid #9D21CE
Tints of Dark Orchid #9D21CE
RGB
CMYK
RGB Variations
Color information
#9D21CE (or 0x9D21CE) is known color: Dark Orchid. HEX triplet: 9D, 21 and CE. RGB value is (157,33,206). Sum of RGB (Red+Green+Blue) = 157+33+206=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D21CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D21CE is #62DE31. Grayscale: #595959. Windows color (decimal): -6479410 or 13509021. OLE color: 13509021.
HSL color Cylindrical-coordinate representation of color #9D21CE: hue angle of 283.01º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D21CE is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 33 | 206 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.19 |
| HSL | 283.01º | 0.72% | 0.47% | - |
| HSV(B) | 283.01º | 0.84% | 0.81% | - |
| XYZ | 25.59 | 12.71 | 59.5 | - |
| YUV | 89.8 | 193.58 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 33 | 206 | 0.24 | 0.84 | 0 | 0.19 | 283.01 | 0.72 | 0.47 |
| Hex | 9D | 21 | CE | 18 | 54 | 0 | 13 | 11B | 48 | 2F |
| Octal | 235 | 41 | 316 | 30 | 124 | 0 | 23 | 433 | 110 | 57 |
| Binary | 10011101 | 100001 | 11001110 | 11000 | 1010100 | 0 | 10011 | 100011011 | 1001000 | 101111 |
Color Harmonies of #9D21CE
Complementary color
Monochromatic Colors of #9D21CE
Black with #9D21CE
Text Example
Text Example
White with #9D21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D21CE; }
p { color: rgb(157,33,206); }
H1.HeaderClassName
{
color: #9D21CE;
}
.AnyTagClassName
{
color: #9D21CE;
}
</style>
background-color css
<style>
a { background-color: #9D21CE; }
a { background-color: rgb(157,33,206); }
div.DivClassName
{
background-color: #9D21CE;
}
.BgClassName
{
background-color: #9D21CE;
}
</style>
border-color css
<style>
span { border-color: #9D21CE; }
span { border-color: rgb(157,33,206); }
td.TdClassName
{
border-color: #9D21CE;
}
.TagClassName
{
border-color: #9D21CE;
}
</style>