Shades of Dark Orchid #921ED0
Tints of Dark Orchid #921ED0
RGB
CMYK
RGB Variations
Color information
#921ED0 (or 0x921ED0) is known color: Dark Orchid. HEX triplet: 92, 1E and D0. RGB value is (146,30,208). Sum of RGB (Red+Green+Blue) = 146+30+208=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #921ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921ED0 is #6DE12F. Grayscale: #545454. Windows color (decimal): -7201072 or 13639314. OLE color: 13639314.
HSL color Cylindrical-coordinate representation of color #921ED0: hue angle of 279.1º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921ED0 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 30 | 208 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.18 |
| HSL | 279.1º | 0.75% | 0.47% | - |
| HSV(B) | 279.1º | 0.86% | 0.82% | - |
| XYZ | 23.7 | 11.59 | 60.66 | - |
| YUV | 84.98 | 197.43 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 208 | 0.30 | 0.86 | 0 | 0.18 | 279.1 | 0.75 | 0.47 |
| Hex | 92 | 1E | D0 | 1E | 56 | 0 | 12 | 117 | 4B | 2F |
| Octal | 222 | 36 | 320 | 36 | 126 | 0 | 22 | 427 | 113 | 57 |
| Binary | 10010010 | 11110 | 11010000 | 11110 | 1010110 | 0 | 10010 | 100010111 | 1001011 | 101111 |
Color Harmonies of #921ED0
Complementary color
Monochromatic Colors of #921ED0
Black with #921ED0
Text Example
Text Example
White with #921ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921ED0; }
p { color: rgb(146,30,208); }
H1.HeaderClassName
{
color: #921ED0;
}
.AnyTagClassName
{
color: #921ED0;
}
</style>
background-color css
<style>
a { background-color: #921ED0; }
a { background-color: rgb(146,30,208); }
div.DivClassName
{
background-color: #921ED0;
}
.BgClassName
{
background-color: #921ED0;
}
</style>
border-color css
<style>
span { border-color: #921ED0; }
span { border-color: rgb(146,30,208); }
td.TdClassName
{
border-color: #921ED0;
}
.TagClassName
{
border-color: #921ED0;
}
</style>