Shades of Dark Orchid #9225BA
Tints of Dark Orchid #9225BA
RGB
CMYK
RGB Variations
Color information
#9225BA (or 0x9225BA) is known color: Dark Orchid. HEX triplet: 92, 25 and BA. RGB value is (146,37,186). Sum of RGB (Red+Green+Blue) = 146+37+186=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #9225BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9225BA is #6DDA45. Grayscale: #565656. Windows color (decimal): -7199302 or 12199314. OLE color: 12199314.
HSL color Cylindrical-coordinate representation of color #9225BA: hue angle of 283.89º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9225BA is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 37 | 186 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.27 |
| HSL | 283.89º | 0.67% | 0.44% | - |
| HSV(B) | 283.89º | 0.8% | 0.73% | - |
| XYZ | 21.38 | 10.98 | 47.45 | - |
| YUV | 86.58 | 184.11 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 37 | 186 | 0.22 | 0.80 | 0 | 0.27 | 283.89 | 0.67 | 0.44 |
| Hex | 92 | 25 | BA | 16 | 50 | 0 | 1B | 11C | 43 | 2C |
| Octal | 222 | 45 | 272 | 26 | 120 | 0 | 33 | 434 | 103 | 54 |
| Binary | 10010010 | 100101 | 10111010 | 10110 | 1010000 | 0 | 11011 | 100011100 | 1000011 | 101100 |
Color Harmonies of #9225BA
Complementary color
Monochromatic Colors of #9225BA
Black with #9225BA
Text Example
Text Example
White with #9225BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9225BA; }
p { color: rgb(146,37,186); }
H1.HeaderClassName
{
color: #9225BA;
}
.AnyTagClassName
{
color: #9225BA;
}
</style>
background-color css
<style>
a { background-color: #9225BA; }
a { background-color: rgb(146,37,186); }
div.DivClassName
{
background-color: #9225BA;
}
.BgClassName
{
background-color: #9225BA;
}
</style>
border-color css
<style>
span { border-color: #9225BA; }
span { border-color: rgb(146,37,186); }
td.TdClassName
{
border-color: #9225BA;
}
.TagClassName
{
border-color: #9225BA;
}
</style>