Shades of Dark Orchid #922DCD
Tints of Dark Orchid #922DCD
RGB
CMYK
RGB Variations
Color information
#922DCD (or 0x922DCD) is known color: Dark Orchid. HEX triplet: 92, 2D and CD. RGB value is (146,45,205). Sum of RGB (Red+Green+Blue) = 146+45+205=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #922DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922DCD is #6DD232. Grayscale: #5C5C5C. Windows color (decimal): -7197235 or 13446546. OLE color: 13446546.
HSL color Cylindrical-coordinate representation of color #922DCD: hue angle of 277.88º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #922DCD is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 45 | 205 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.20 |
| HSL | 277.88º | 0.64% | 0.49% | - |
| HSV(B) | 277.88º | 0.78% | 0.8% | - |
| XYZ | 23.81 | 12.4 | 58.9 | - |
| YUV | 93.44 | 190.96 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 205 | 0.29 | 0.78 | 0 | 0.20 | 277.88 | 0.64 | 0.49 |
| Hex | 92 | 2D | CD | 1D | 4E | 0 | 14 | 116 | 40 | 31 |
| Octal | 222 | 55 | 315 | 35 | 116 | 0 | 24 | 426 | 100 | 61 |
| Binary | 10010010 | 101101 | 11001101 | 11101 | 1001110 | 0 | 10100 | 100010110 | 1000000 | 110001 |
Color Harmonies of #922DCD
Complementary color
Monochromatic Colors of #922DCD
Black with #922DCD
Text Example
Text Example
White with #922DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922DCD; }
p { color: rgb(146,45,205); }
H1.HeaderClassName
{
color: #922DCD;
}
.AnyTagClassName
{
color: #922DCD;
}
</style>
background-color css
<style>
a { background-color: #922DCD; }
a { background-color: rgb(146,45,205); }
div.DivClassName
{
background-color: #922DCD;
}
.BgClassName
{
background-color: #922DCD;
}
</style>
border-color css
<style>
span { border-color: #922DCD; }
span { border-color: rgb(146,45,205); }
td.TdClassName
{
border-color: #922DCD;
}
.TagClassName
{
border-color: #922DCD;
}
</style>