Shades of Dark Orchid #9229BB
Tints of Dark Orchid #9229BB
RGB
CMYK
RGB Variations
Color information
#9229BB (or 0x9229BB) is known color: Dark Orchid. HEX triplet: 92, 29 and BB. RGB value is (146,41,187). Sum of RGB (Red+Green+Blue) = 146+41+187=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #9229BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9229BB is #6DD644. Grayscale: #585858. Windows color (decimal): -7198277 or 12265874. OLE color: 12265874.
HSL color Cylindrical-coordinate representation of color #9229BB: hue angle of 283.15º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9229BB is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 41 | 187 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.27 |
| HSL | 283.15º | 0.64% | 0.45% | - |
| HSV(B) | 283.15º | 0.78% | 0.73% | - |
| XYZ | 21.62 | 11.28 | 48.05 | - |
| YUV | 89.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 41 | 187 | 0.22 | 0.78 | 0 | 0.27 | 283.15 | 0.64 | 0.45 |
| Hex | 92 | 29 | BB | 16 | 4E | 0 | 1B | 11B | 40 | 2D |
| Octal | 222 | 51 | 273 | 26 | 116 | 0 | 33 | 433 | 100 | 55 |
| Binary | 10010010 | 101001 | 10111011 | 10110 | 1001110 | 0 | 11011 | 100011011 | 1000000 | 101101 |
Color Harmonies of #9229BB
Complementary color
Monochromatic Colors of #9229BB
Black with #9229BB
Text Example
Text Example
White with #9229BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9229BB; }
p { color: rgb(146,41,187); }
H1.HeaderClassName
{
color: #9229BB;
}
.AnyTagClassName
{
color: #9229BB;
}
</style>
background-color css
<style>
a { background-color: #9229BB; }
a { background-color: rgb(146,41,187); }
div.DivClassName
{
background-color: #9229BB;
}
.BgClassName
{
background-color: #9229BB;
}
</style>
border-color css
<style>
span { border-color: #9229BB; }
span { border-color: rgb(146,41,187); }
td.TdClassName
{
border-color: #9229BB;
}
.TagClassName
{
border-color: #9229BB;
}
</style>