Shades of Dark Orchid #9227AC
Tints of Dark Orchid #9227AC
RGB
CMYK
RGB Variations
Color information
#9227AC (or 0x9227AC) is known color: Dark Orchid. HEX triplet: 92, 27 and AC. RGB value is (146,39,172). Sum of RGB (Red+Green+Blue) = 146+39+172=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #9227AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9227AC is #6DD853. Grayscale: #555555. Windows color (decimal): -7198804 or 11282322. OLE color: 11282322.
HSL color Cylindrical-coordinate representation of color #9227AC: hue angle of 288.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9227AC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 39 | 172 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.33 |
| HSL | 288.27º | 0.63% | 0.41% | - |
| HSV(B) | 288.27º | 0.77% | 0.67% | - |
| XYZ | 20.03 | 10.54 | 40.01 | - |
| YUV | 86.16 | 176.45 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 39 | 172 | 0.15 | 0.77 | 0 | 0.33 | 288.27 | 0.63 | 0.41 |
| Hex | 92 | 27 | AC | F | 4D | 0 | 21 | 120 | 3F | 29 |
| Octal | 222 | 47 | 254 | 17 | 115 | 0 | 41 | 440 | 77 | 51 |
| Binary | 10010010 | 100111 | 10101100 | 1111 | 1001101 | 0 | 100001 | 100100000 | 111111 | 101001 |
Color Harmonies of #9227AC
Complementary color
Monochromatic Colors of #9227AC
Black with #9227AC
Text Example
Text Example
White with #9227AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9227AC; }
p { color: rgb(146,39,172); }
H1.HeaderClassName
{
color: #9227AC;
}
.AnyTagClassName
{
color: #9227AC;
}
</style>
background-color css
<style>
a { background-color: #9227AC; }
a { background-color: rgb(146,39,172); }
div.DivClassName
{
background-color: #9227AC;
}
.BgClassName
{
background-color: #9227AC;
}
</style>
border-color css
<style>
span { border-color: #9227AC; }
span { border-color: rgb(146,39,172); }
td.TdClassName
{
border-color: #9227AC;
}
.TagClassName
{
border-color: #9227AC;
}
</style>