Shades of Dark Orchid #9228BA
Tints of Dark Orchid #9228BA
RGB
CMYK
RGB Variations
Color information
#9228BA (or 0x9228BA) is known color: Dark Orchid. HEX triplet: 92, 28 and BA. RGB value is (146,40,186). Sum of RGB (Red+Green+Blue) = 146+40+186=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #9228BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9228BA is #6DD745. Grayscale: #575757. Windows color (decimal): -7198534 or 12200082. OLE color: 12200082.
HSL color Cylindrical-coordinate representation of color #9228BA: hue angle of 283.56º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9228BA is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 40 | 186 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.27 |
| HSL | 283.56º | 0.65% | 0.44% | - |
| HSV(B) | 283.56º | 0.78% | 0.73% | - |
| XYZ | 21.48 | 11.17 | 47.48 | - |
| YUV | 88.34 | 183.12 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 40 | 186 | 0.22 | 0.78 | 0 | 0.27 | 283.56 | 0.65 | 0.44 |
| Hex | 92 | 28 | BA | 16 | 4E | 0 | 1B | 11C | 41 | 2C |
| Octal | 222 | 50 | 272 | 26 | 116 | 0 | 33 | 434 | 101 | 54 |
| Binary | 10010010 | 101000 | 10111010 | 10110 | 1001110 | 0 | 11011 | 100011100 | 1000001 | 101100 |
Color Harmonies of #9228BA
Complementary color
Monochromatic Colors of #9228BA
Black with #9228BA
Text Example
Text Example
White with #9228BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9228BA; }
p { color: rgb(146,40,186); }
H1.HeaderClassName
{
color: #9228BA;
}
.AnyTagClassName
{
color: #9228BA;
}
</style>
background-color css
<style>
a { background-color: #9228BA; }
a { background-color: rgb(146,40,186); }
div.DivClassName
{
background-color: #9228BA;
}
.BgClassName
{
background-color: #9228BA;
}
</style>
border-color css
<style>
span { border-color: #9228BA; }
span { border-color: rgb(146,40,186); }
td.TdClassName
{
border-color: #9228BA;
}
.TagClassName
{
border-color: #9228BA;
}
</style>