Shades of Dark Orchid #9229BA
Tints of Dark Orchid #9229BA
RGB
CMYK
RGB Variations
Color information
#9229BA (or 0x9229BA) is known color: Dark Orchid. HEX triplet: 92, 29 and BA. RGB value is (146,41,186). Sum of RGB (Red+Green+Blue) = 146+41+186=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #9229BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9229BA is #6DD645. Grayscale: #585858. Windows color (decimal): -7198278 or 12200338. OLE color: 12200338.
HSL color Cylindrical-coordinate representation of color #9229BA: hue angle of 283.45º 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 #9229BA is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 41 | 186 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.27 |
| HSL | 283.45º | 0.64% | 0.45% | - |
| HSV(B) | 283.45º | 0.78% | 0.73% | - |
| XYZ | 21.51 | 11.24 | 47.49 | - |
| YUV | 88.93 | 182.79 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 41 | 186 | 0.22 | 0.78 | 0 | 0.27 | 283.45 | 0.64 | 0.45 |
| Hex | 92 | 29 | BA | 16 | 4E | 0 | 1B | 11B | 40 | 2D |
| Octal | 222 | 51 | 272 | 26 | 116 | 0 | 33 | 433 | 100 | 55 |
| Binary | 10010010 | 101001 | 10111010 | 10110 | 1001110 | 0 | 11011 | 100011011 | 1000000 | 101101 |
Color Harmonies of #9229BA
Complementary color
Monochromatic Colors of #9229BA
Black with #9229BA
Text Example
Text Example
White with #9229BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9229BA; }
p { color: rgb(146,41,186); }
H1.HeaderClassName
{
color: #9229BA;
}
.AnyTagClassName
{
color: #9229BA;
}
</style>
background-color css
<style>
a { background-color: #9229BA; }
a { background-color: rgb(146,41,186); }
div.DivClassName
{
background-color: #9229BA;
}
.BgClassName
{
background-color: #9229BA;
}
</style>
border-color css
<style>
span { border-color: #9229BA; }
span { border-color: rgb(146,41,186); }
td.TdClassName
{
border-color: #9229BA;
}
.TagClassName
{
border-color: #9229BA;
}
</style>