Shades of Dark Orchid #921DCE
Tints of Dark Orchid #921DCE
RGB
CMYK
RGB Variations
Color information
#921DCE (or 0x921DCE) is known color: Dark Orchid. HEX triplet: 92, 1D and CE. RGB value is (146,29,206). Sum of RGB (Red+Green+Blue) = 146+29+206=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #921DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921DCE is #6DE231. Grayscale: #535353. Windows color (decimal): -7201330 or 13507986. OLE color: 13507986.
HSL color Cylindrical-coordinate representation of color #921DCE: hue angle of 279.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921DCE is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 29 | 206 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.19 |
| HSL | 279.66º | 0.75% | 0.46% | - |
| HSV(B) | 279.66º | 0.86% | 0.81% | - |
| XYZ | 23.43 | 11.45 | 59.37 | - |
| YUV | 84.16 | 196.76 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 206 | 0.29 | 0.86 | 0 | 0.19 | 279.66 | 0.75 | 0.46 |
| Hex | 92 | 1D | CE | 1D | 56 | 0 | 13 | 118 | 4B | 2E |
| Octal | 222 | 35 | 316 | 35 | 126 | 0 | 23 | 430 | 113 | 56 |
| Binary | 10010010 | 11101 | 11001110 | 11101 | 1010110 | 0 | 10011 | 100011000 | 1001011 | 101110 |
Color Harmonies of #921DCE
Complementary color
Monochromatic Colors of #921DCE
Black with #921DCE
Text Example
Text Example
White with #921DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921DCE; }
p { color: rgb(146,29,206); }
H1.HeaderClassName
{
color: #921DCE;
}
.AnyTagClassName
{
color: #921DCE;
}
</style>
background-color css
<style>
a { background-color: #921DCE; }
a { background-color: rgb(146,29,206); }
div.DivClassName
{
background-color: #921DCE;
}
.BgClassName
{
background-color: #921DCE;
}
</style>
border-color css
<style>
span { border-color: #921DCE; }
span { border-color: rgb(146,29,206); }
td.TdClassName
{
border-color: #921DCE;
}
.TagClassName
{
border-color: #921DCE;
}
</style>