Shades of Dark Orchid #922DBF
Tints of Dark Orchid #922DBF
RGB
CMYK
RGB Variations
Color information
#922DBF (or 0x922DBF) is known color: Dark Orchid. HEX triplet: 92, 2D and BF. RGB value is (146,45,191). Sum of RGB (Red+Green+Blue) = 146+45+191=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #922DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922DBF is #6DD240. Grayscale: #5B5B5B. Windows color (decimal): -7197249 or 12529042. OLE color: 12529042.
HSL color Cylindrical-coordinate representation of color #922DBF: hue angle of 281.51º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #922DBF is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 45 | 191 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.25 |
| HSL | 281.51º | 0.62% | 0.46% | - |
| HSV(B) | 281.51º | 0.76% | 0.75% | - |
| XYZ | 22.2 | 11.75 | 50.39 | - |
| YUV | 91.84 | 183.96 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 191 | 0.24 | 0.76 | 0 | 0.25 | 281.51 | 0.62 | 0.46 |
| Hex | 92 | 2D | BF | 18 | 4C | 0 | 19 | 11A | 3E | 2E |
| Octal | 222 | 55 | 277 | 30 | 114 | 0 | 31 | 432 | 76 | 56 |
| Binary | 10010010 | 101101 | 10111111 | 11000 | 1001100 | 0 | 11001 | 100011010 | 111110 | 101110 |
Color Harmonies of #922DBF
Complementary color
Monochromatic Colors of #922DBF
Black with #922DBF
Text Example
Text Example
White with #922DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922DBF; }
p { color: rgb(146,45,191); }
H1.HeaderClassName
{
color: #922DBF;
}
.AnyTagClassName
{
color: #922DBF;
}
</style>
background-color css
<style>
a { background-color: #922DBF; }
a { background-color: rgb(146,45,191); }
div.DivClassName
{
background-color: #922DBF;
}
.BgClassName
{
background-color: #922DBF;
}
</style>
border-color css
<style>
span { border-color: #922DBF; }
span { border-color: rgb(146,45,191); }
td.TdClassName
{
border-color: #922DBF;
}
.TagClassName
{
border-color: #922DBF;
}
</style>