Shades of Dark Orchid #922FBC
Tints of Dark Orchid #922FBC
RGB
CMYK
RGB Variations
Color information
#922FBC (or 0x922FBC) is known color: Dark Orchid. HEX triplet: 92, 2F and BC. RGB value is (146,47,188). Sum of RGB (Red+Green+Blue) = 146+47+188=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #922FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922FBC is #6DD043. Grayscale: #5C5C5C. Windows color (decimal): -7196740 or 12332946. OLE color: 12332946.
HSL color Cylindrical-coordinate representation of color #922FBC: hue angle of 282.13º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #922FBC is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 47 | 188 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.26 |
| HSL | 282.13º | 0.6% | 0.46% | - |
| HSV(B) | 282.13º | 0.75% | 0.74% | - |
| XYZ | 21.95 | 11.77 | 48.69 | - |
| YUV | 92.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 47 | 188 | 0.22 | 0.75 | 0 | 0.26 | 282.13 | 0.6 | 0.46 |
| Hex | 92 | 2F | BC | 16 | 4B | 0 | 1A | 11A | 3C | 2E |
| Octal | 222 | 57 | 274 | 26 | 113 | 0 | 32 | 432 | 74 | 56 |
| Binary | 10010010 | 101111 | 10111100 | 10110 | 1001011 | 0 | 11010 | 100011010 | 111100 | 101110 |
Color Harmonies of #922FBC
Complementary color
Monochromatic Colors of #922FBC
Black with #922FBC
Text Example
Text Example
White with #922FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922FBC; }
p { color: rgb(146,47,188); }
H1.HeaderClassName
{
color: #922FBC;
}
.AnyTagClassName
{
color: #922FBC;
}
</style>
background-color css
<style>
a { background-color: #922FBC; }
a { background-color: rgb(146,47,188); }
div.DivClassName
{
background-color: #922FBC;
}
.BgClassName
{
background-color: #922FBC;
}
</style>
border-color css
<style>
span { border-color: #922FBC; }
span { border-color: rgb(146,47,188); }
td.TdClassName
{
border-color: #922FBC;
}
.TagClassName
{
border-color: #922FBC;
}
</style>