Shades of Dark Orchid #9C21CE
Tints of Dark Orchid #9C21CE
RGB
CMYK
RGB Variations
Color information
#9C21CE (or 0x9C21CE) is known color: Dark Orchid. HEX triplet: 9C, 21 and CE. RGB value is (156,33,206). Sum of RGB (Red+Green+Blue) = 156+33+206=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C21CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C21CE is #63DE31. Grayscale: #585858. Windows color (decimal): -6544946 or 13509020. OLE color: 13509020.
HSL color Cylindrical-coordinate representation of color #9C21CE: hue angle of 282.66º 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 #9C21CE is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 33 | 206 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.19 |
| HSL | 282.66º | 0.72% | 0.47% | - |
| HSV(B) | 282.66º | 0.84% | 0.81% | - |
| XYZ | 25.39 | 12.61 | 59.49 | - |
| YUV | 89.5 | 193.75 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 33 | 206 | 0.24 | 0.84 | 0 | 0.19 | 282.66 | 0.72 | 0.47 |
| Hex | 9C | 21 | CE | 18 | 54 | 0 | 13 | 11B | 48 | 2F |
| Octal | 234 | 41 | 316 | 30 | 124 | 0 | 23 | 433 | 110 | 57 |
| Binary | 10011100 | 100001 | 11001110 | 11000 | 1010100 | 0 | 10011 | 100011011 | 1001000 | 101111 |
Color Harmonies of #9C21CE
Complementary color
Monochromatic Colors of #9C21CE
Black with #9C21CE
Text Example
Text Example
White with #9C21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C21CE; }
p { color: rgb(156,33,206); }
H1.HeaderClassName
{
color: #9C21CE;
}
.AnyTagClassName
{
color: #9C21CE;
}
</style>
background-color css
<style>
a { background-color: #9C21CE; }
a { background-color: rgb(156,33,206); }
div.DivClassName
{
background-color: #9C21CE;
}
.BgClassName
{
background-color: #9C21CE;
}
</style>
border-color css
<style>
span { border-color: #9C21CE; }
span { border-color: rgb(156,33,206); }
td.TdClassName
{
border-color: #9C21CE;
}
.TagClassName
{
border-color: #9C21CE;
}
</style>