Shades of Dark Orchid #922DCF
Tints of Dark Orchid #922DCF
RGB
CMYK
RGB Variations
Color information
#922DCF (or 0x922DCF) is known color: Dark Orchid. HEX triplet: 92, 2D and CF. RGB value is (146,45,207). Sum of RGB (Red+Green+Blue) = 146+45+207=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #922DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922DCF is #6DD230. Grayscale: #5D5D5D. Windows color (decimal): -7197233 or 13577618. OLE color: 13577618.
HSL color Cylindrical-coordinate representation of color #922DCF: hue angle of 277.41º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #922DCF is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 45 | 207 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.19 |
| HSL | 277.41º | 0.64% | 0.49% | - |
| HSV(B) | 277.41º | 0.78% | 0.81% | - |
| XYZ | 24.05 | 12.49 | 60.18 | - |
| YUV | 93.67 | 191.96 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 207 | 0.29 | 0.78 | 0 | 0.19 | 277.41 | 0.64 | 0.49 |
| Hex | 92 | 2D | CF | 1D | 4E | 0 | 13 | 115 | 40 | 31 |
| Octal | 222 | 55 | 317 | 35 | 116 | 0 | 23 | 425 | 100 | 61 |
| Binary | 10010010 | 101101 | 11001111 | 11101 | 1001110 | 0 | 10011 | 100010101 | 1000000 | 110001 |
Color Harmonies of #922DCF
Complementary color
Monochromatic Colors of #922DCF
Black with #922DCF
Text Example
Text Example
White with #922DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922DCF; }
p { color: rgb(146,45,207); }
H1.HeaderClassName
{
color: #922DCF;
}
.AnyTagClassName
{
color: #922DCF;
}
</style>
background-color css
<style>
a { background-color: #922DCF; }
a { background-color: rgb(146,45,207); }
div.DivClassName
{
background-color: #922DCF;
}
.BgClassName
{
background-color: #922DCF;
}
</style>
border-color css
<style>
span { border-color: #922DCF; }
span { border-color: rgb(146,45,207); }
td.TdClassName
{
border-color: #922DCF;
}
.TagClassName
{
border-color: #922DCF;
}
</style>