Shades of Dark Orchid #9217BB
Tints of Dark Orchid #9217BB
RGB
CMYK
RGB Variations
Color information
#9217BB (or 0x9217BB) is known color: Dark Orchid. HEX triplet: 92, 17 and BB. RGB value is (146,23,187). Sum of RGB (Red+Green+Blue) = 146+23+187=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #9217BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9217BB is #6DE844. Grayscale: #4D4D4D. Windows color (decimal): -7202885 or 12261266. OLE color: 12261266.
HSL color Cylindrical-coordinate representation of color #9217BB: hue angle of 285º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9217BB is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 23 | 187 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.27 |
| HSL | 285º | 0.78% | 0.41% | - |
| HSV(B) | 285º | 0.88% | 0.73% | - |
| XYZ | 21.13 | 10.31 | 47.89 | - |
| YUV | 78.47 | 189.25 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 23 | 187 | 0.22 | 0.88 | 0 | 0.27 | 285 | 0.78 | 0.41 |
| Hex | 92 | 17 | BB | 16 | 58 | 0 | 1B | 11D | 4E | 29 |
| Octal | 222 | 27 | 273 | 26 | 130 | 0 | 33 | 435 | 116 | 51 |
| Binary | 10010010 | 10111 | 10111011 | 10110 | 1011000 | 0 | 11011 | 100011101 | 1001110 | 101001 |
Color Harmonies of #9217BB
Complementary color
Monochromatic Colors of #9217BB
Black with #9217BB
Text Example
Text Example
White with #9217BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9217BB; }
p { color: rgb(146,23,187); }
H1.HeaderClassName
{
color: #9217BB;
}
.AnyTagClassName
{
color: #9217BB;
}
</style>
background-color css
<style>
a { background-color: #9217BB; }
a { background-color: rgb(146,23,187); }
div.DivClassName
{
background-color: #9217BB;
}
.BgClassName
{
background-color: #9217BB;
}
</style>
border-color css
<style>
span { border-color: #9217BB; }
span { border-color: rgb(146,23,187); }
td.TdClassName
{
border-color: #9217BB;
}
.TagClassName
{
border-color: #9217BB;
}
</style>