Shades of Dark Orchid #8A2DB9
Tints of Dark Orchid #8A2DB9
RGB
CMYK
RGB Variations
Color information
#8A2DB9 (or 0x8A2DB9) is known color: Dark Orchid. HEX triplet: 8A, 2D and B9. RGB value is (138,45,185). Sum of RGB (Red+Green+Blue) = 138+45+185=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #8A2DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2DB9 is #75D246. Grayscale: #585858. Windows color (decimal): -7721543 or 12135818. OLE color: 12135818.
HSL color Cylindrical-coordinate representation of color #8A2DB9: hue angle of 279.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A2DB9 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 45 | 185 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.27 |
| HSL | 279.86º | 0.61% | 0.45% | - |
| HSV(B) | 279.86º | 0.76% | 0.73% | - |
| XYZ | 20.18 | 10.78 | 46.92 | - |
| YUV | 88.77 | 182.31 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 185 | 0.25 | 0.76 | 0 | 0.27 | 279.86 | 0.61 | 0.45 |
| Hex | 8A | 2D | B9 | 19 | 4C | 0 | 1B | 118 | 3D | 2D |
| Octal | 212 | 55 | 271 | 31 | 114 | 0 | 33 | 430 | 75 | 55 |
| Binary | 10001010 | 101101 | 10111001 | 11001 | 1001100 | 0 | 11011 | 100011000 | 111101 | 101101 |
Color Harmonies of #8A2DB9
Complementary color
Monochromatic Colors of #8A2DB9
Black with #8A2DB9
Text Example
Text Example
White with #8A2DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2DB9; }
p { color: rgb(138,45,185); }
H1.HeaderClassName
{
color: #8A2DB9;
}
.AnyTagClassName
{
color: #8A2DB9;
}
</style>
background-color css
<style>
a { background-color: #8A2DB9; }
a { background-color: rgb(138,45,185); }
div.DivClassName
{
background-color: #8A2DB9;
}
.BgClassName
{
background-color: #8A2DB9;
}
</style>
border-color css
<style>
span { border-color: #8A2DB9; }
span { border-color: rgb(138,45,185); }
td.TdClassName
{
border-color: #8A2DB9;
}
.TagClassName
{
border-color: #8A2DB9;
}
</style>