Shades of Dark Orchid #921DD3
Tints of Dark Orchid #921DD3
RGB
CMYK
RGB Variations
Color information
#921DD3 (or 0x921DD3) is known color: Dark Orchid. HEX triplet: 92, 1D and D3. RGB value is (146,29,211). Sum of RGB (Red+Green+Blue) = 146+29+211=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 211 (82.81% from 255 or 54.66% from 386); Max value from RGB is 211 - color contains mainly: blue. Hex color #921DD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921DD3 is #6DE22C. Grayscale: #545454. Windows color (decimal): -7201325 or 13835666. OLE color: 13835666.
HSL color Cylindrical-coordinate representation of color #921DD3: hue angle of 278.57º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921DD3 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 29 | 211 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.17 |
| HSL | 278.57º | 0.76% | 0.47% | - |
| HSV(B) | 278.57º | 0.86% | 0.83% | - |
| XYZ | 24.05 | 11.69 | 62.62 | - |
| YUV | 84.73 | 199.26 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 211 | 0.31 | 0.86 | 0 | 0.17 | 278.57 | 0.76 | 0.47 |
| Hex | 92 | 1D | D3 | 1F | 56 | 0 | 11 | 117 | 4C | 2F |
| Octal | 222 | 35 | 323 | 37 | 126 | 0 | 21 | 427 | 114 | 57 |
| Binary | 10010010 | 11101 | 11010011 | 11111 | 1010110 | 0 | 10001 | 100010111 | 1001100 | 101111 |
Color Harmonies of #921DD3
Complementary color
Monochromatic Colors of #921DD3
Black with #921DD3
Text Example
Text Example
White with #921DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921DD3; }
p { color: rgb(146,29,211); }
H1.HeaderClassName
{
color: #921DD3;
}
.AnyTagClassName
{
color: #921DD3;
}
</style>
background-color css
<style>
a { background-color: #921DD3; }
a { background-color: rgb(146,29,211); }
div.DivClassName
{
background-color: #921DD3;
}
.BgClassName
{
background-color: #921DD3;
}
</style>
border-color css
<style>
span { border-color: #921DD3; }
span { border-color: rgb(146,29,211); }
td.TdClassName
{
border-color: #921DD3;
}
.TagClassName
{
border-color: #921DD3;
}
</style>