Shades of Dark Orchid #922DBD
Tints of Dark Orchid #922DBD
RGB
CMYK
RGB Variations
Color information
#922DBD (or 0x922DBD) is known color: Dark Orchid. HEX triplet: 92, 2D and BD. RGB value is (146,45,189). Sum of RGB (Red+Green+Blue) = 146+45+189=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #922DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922DBD is #6DD242. Grayscale: #5B5B5B. Windows color (decimal): -7197251 or 12397970. OLE color: 12397970.
HSL color Cylindrical-coordinate representation of color #922DBD: hue angle of 282.08º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #922DBD is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 45 | 189 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.26 |
| HSL | 282.08º | 0.62% | 0.46% | - |
| HSV(B) | 282.08º | 0.76% | 0.74% | - |
| XYZ | 21.98 | 11.66 | 49.24 | - |
| YUV | 91.62 | 182.96 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 189 | 0.23 | 0.76 | 0 | 0.26 | 282.08 | 0.62 | 0.46 |
| Hex | 92 | 2D | BD | 17 | 4C | 0 | 1A | 11A | 3E | 2E |
| Octal | 222 | 55 | 275 | 27 | 114 | 0 | 32 | 432 | 76 | 56 |
| Binary | 10010010 | 101101 | 10111101 | 10111 | 1001100 | 0 | 11010 | 100011010 | 111110 | 101110 |
Color Harmonies of #922DBD
Complementary color
Monochromatic Colors of #922DBD
Black with #922DBD
Text Example
Text Example
White with #922DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922DBD; }
p { color: rgb(146,45,189); }
H1.HeaderClassName
{
color: #922DBD;
}
.AnyTagClassName
{
color: #922DBD;
}
</style>
background-color css
<style>
a { background-color: #922DBD; }
a { background-color: rgb(146,45,189); }
div.DivClassName
{
background-color: #922DBD;
}
.BgClassName
{
background-color: #922DBD;
}
</style>
border-color css
<style>
span { border-color: #922DBD; }
span { border-color: rgb(146,45,189); }
td.TdClassName
{
border-color: #922DBD;
}
.TagClassName
{
border-color: #922DBD;
}
</style>