Shades of Dark Orchid #9228AC
Tints of Dark Orchid #9228AC
RGB
CMYK
RGB Variations
Color information
#9228AC (or 0x9228AC) is known color: Dark Orchid. HEX triplet: 92, 28 and AC. RGB value is (146,40,172). Sum of RGB (Red+Green+Blue) = 146+40+172=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #9228AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9228AC is #6DD753. Grayscale: #565656. Windows color (decimal): -7198548 or 11282578. OLE color: 11282578.
HSL color Cylindrical-coordinate representation of color #9228AC: hue angle of 288.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9228AC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 40 | 172 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.33 |
| HSL | 288.18º | 0.62% | 0.42% | - |
| HSV(B) | 288.18º | 0.77% | 0.67% | - |
| XYZ | 20.06 | 10.61 | 40.02 | - |
| YUV | 86.74 | 176.12 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 40 | 172 | 0.15 | 0.77 | 0 | 0.33 | 288.18 | 0.62 | 0.42 |
| Hex | 92 | 28 | AC | F | 4D | 0 | 21 | 120 | 3E | 2A |
| Octal | 222 | 50 | 254 | 17 | 115 | 0 | 41 | 440 | 76 | 52 |
| Binary | 10010010 | 101000 | 10101100 | 1111 | 1001101 | 0 | 100001 | 100100000 | 111110 | 101010 |
Color Harmonies of #9228AC
Complementary color
Monochromatic Colors of #9228AC
Black with #9228AC
Text Example
Text Example
White with #9228AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9228AC; }
p { color: rgb(146,40,172); }
H1.HeaderClassName
{
color: #9228AC;
}
.AnyTagClassName
{
color: #9228AC;
}
</style>
background-color css
<style>
a { background-color: #9228AC; }
a { background-color: rgb(146,40,172); }
div.DivClassName
{
background-color: #9228AC;
}
.BgClassName
{
background-color: #9228AC;
}
</style>
border-color css
<style>
span { border-color: #9228AC; }
span { border-color: rgb(146,40,172); }
td.TdClassName
{
border-color: #9228AC;
}
.TagClassName
{
border-color: #9228AC;
}
</style>