Shades of Dark Orchid #9118AC
Tints of Dark Orchid #9118AC
RGB
CMYK
RGB Variations
Color information
#9118AC (or 0x9118AC) is known color: Dark Orchid. HEX triplet: 91, 18 and AC. RGB value is (145,24,172). Sum of RGB (Red+Green+Blue) = 145+24+172=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #9118AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9118AC is #6EE753. Grayscale: #4C4C4C. Windows color (decimal): -7268180 or 11278481. OLE color: 11278481.
HSL color Cylindrical-coordinate representation of color #9118AC: hue angle of 289.05º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9118AC is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 24 | 172 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.33 |
| HSL | 289.05º | 0.76% | 0.38% | - |
| HSV(B) | 289.05º | 0.86% | 0.67% | - |
| XYZ | 19.45 | 9.65 | 39.87 | - |
| YUV | 77.05 | 181.59 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 172 | 0.16 | 0.86 | 0 | 0.33 | 289.05 | 0.76 | 0.38 |
| Hex | 91 | 18 | AC | 10 | 56 | 0 | 21 | 121 | 4C | 26 |
| Octal | 221 | 30 | 254 | 20 | 126 | 0 | 41 | 441 | 114 | 46 |
| Binary | 10010001 | 11000 | 10101100 | 10000 | 1010110 | 0 | 100001 | 100100001 | 1001100 | 100110 |
Color Harmonies of #9118AC
Complementary color
Monochromatic Colors of #9118AC
Black with #9118AC
Text Example
Text Example
White with #9118AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9118AC; }
p { color: rgb(145,24,172); }
H1.HeaderClassName
{
color: #9118AC;
}
.AnyTagClassName
{
color: #9118AC;
}
</style>
background-color css
<style>
a { background-color: #9118AC; }
a { background-color: rgb(145,24,172); }
div.DivClassName
{
background-color: #9118AC;
}
.BgClassName
{
background-color: #9118AC;
}
</style>
border-color css
<style>
span { border-color: #9118AC; }
span { border-color: rgb(145,24,172); }
td.TdClassName
{
border-color: #9118AC;
}
.TagClassName
{
border-color: #9118AC;
}
</style>