Shades of Dark Orchid #9219BC
Tints of Dark Orchid #9219BC
RGB
CMYK
RGB Variations
Color information
#9219BC (or 0x9219BC) is known color: Dark Orchid. HEX triplet: 92, 19 and BC. RGB value is (146,25,188). Sum of RGB (Red+Green+Blue) = 146+25+188=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #9219BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9219BC is #6DE643. Grayscale: #4F4F4F. Windows color (decimal): -7202372 or 12327314. OLE color: 12327314.
HSL color Cylindrical-coordinate representation of color #9219BC: hue angle of 284.54º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9219BC is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 25 | 188 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.26 |
| HSL | 284.54º | 0.77% | 0.42% | - |
| HSV(B) | 284.54º | 0.87% | 0.74% | - |
| XYZ | 21.28 | 10.44 | 48.47 | - |
| YUV | 79.76 | 189.09 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 188 | 0.22 | 0.87 | 0 | 0.26 | 284.54 | 0.77 | 0.42 |
| Hex | 92 | 19 | BC | 16 | 57 | 0 | 1A | 11D | 4D | 2A |
| Octal | 222 | 31 | 274 | 26 | 127 | 0 | 32 | 435 | 115 | 52 |
| Binary | 10010010 | 11001 | 10111100 | 10110 | 1010111 | 0 | 11010 | 100011101 | 1001101 | 101010 |
Color Harmonies of #9219BC
Complementary color
Monochromatic Colors of #9219BC
Black with #9219BC
Text Example
Text Example
White with #9219BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9219BC; }
p { color: rgb(146,25,188); }
H1.HeaderClassName
{
color: #9219BC;
}
.AnyTagClassName
{
color: #9219BC;
}
</style>
background-color css
<style>
a { background-color: #9219BC; }
a { background-color: rgb(146,25,188); }
div.DivClassName
{
background-color: #9219BC;
}
.BgClassName
{
background-color: #9219BC;
}
</style>
border-color css
<style>
span { border-color: #9219BC; }
span { border-color: rgb(146,25,188); }
td.TdClassName
{
border-color: #9219BC;
}
.TagClassName
{
border-color: #9219BC;
}
</style>