Shades of Dark Orchid #9219BB
Tints of Dark Orchid #9219BB
RGB
CMYK
RGB Variations
Color information
#9219BB (or 0x9219BB) is known color: Dark Orchid. HEX triplet: 92, 19 and BB. RGB value is (146,25,187). Sum of RGB (Red+Green+Blue) = 146+25+187=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #9219BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9219BB is #6DE644. Grayscale: #4F4F4F. Windows color (decimal): -7202373 or 12261778. OLE color: 12261778.
HSL color Cylindrical-coordinate representation of color #9219BB: hue angle of 284.81º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9219BB is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 25 | 187 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.27 |
| HSL | 284.81º | 0.76% | 0.42% | - |
| HSV(B) | 284.81º | 0.87% | 0.73% | - |
| XYZ | 21.17 | 10.39 | 47.9 | - |
| YUV | 79.65 | 188.59 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 187 | 0.22 | 0.87 | 0 | 0.27 | 284.81 | 0.76 | 0.42 |
| Hex | 92 | 19 | BB | 16 | 57 | 0 | 1B | 11D | 4C | 2A |
| Octal | 222 | 31 | 273 | 26 | 127 | 0 | 33 | 435 | 114 | 52 |
| Binary | 10010010 | 11001 | 10111011 | 10110 | 1010111 | 0 | 11011 | 100011101 | 1001100 | 101010 |
Color Harmonies of #9219BB
Complementary color
Monochromatic Colors of #9219BB
Black with #9219BB
Text Example
Text Example
White with #9219BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9219BB; }
p { color: rgb(146,25,187); }
H1.HeaderClassName
{
color: #9219BB;
}
.AnyTagClassName
{
color: #9219BB;
}
</style>
background-color css
<style>
a { background-color: #9219BB; }
a { background-color: rgb(146,25,187); }
div.DivClassName
{
background-color: #9219BB;
}
.BgClassName
{
background-color: #9219BB;
}
</style>
border-color css
<style>
span { border-color: #9219BB; }
span { border-color: rgb(146,25,187); }
td.TdClassName
{
border-color: #9219BB;
}
.TagClassName
{
border-color: #9219BB;
}
</style>