Shades of Dark Orchid #8A44D0
Tints of Dark Orchid #8A44D0
RGB
CMYK
RGB Variations
Color information
#8A44D0 (or 0x8A44D0) is known color: Dark Orchid. HEX triplet: 8A, 44 and D0. RGB value is (138,68,208). Sum of RGB (Red+Green+Blue) = 138+68+208=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #8A44D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A44D0 is #75BB2F. Grayscale: #686868. Windows color (decimal): -7715632 or 13649034. OLE color: 13649034.
HSL color Cylindrical-coordinate representation of color #8A44D0: hue angle of 270º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A44D0 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 68 | 208 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.18 |
| HSL | 270º | 0.6% | 0.54% | - |
| HSV(B) | 270º | 0.67% | 0.82% | - |
| XYZ | 23.93 | 14.09 | 61.13 | - |
| YUV | 104.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 208 | 0.34 | 0.67 | 0 | 0.18 | 270 | 0.6 | 0.54 |
| Hex | 8A | 44 | D0 | 22 | 43 | 0 | 12 | 10E | 3C | 36 |
| Octal | 212 | 104 | 320 | 42 | 103 | 0 | 22 | 416 | 74 | 66 |
| Binary | 10001010 | 1000100 | 11010000 | 100010 | 1000011 | 0 | 10010 | 100001110 | 111100 | 110110 |
Color Harmonies of #8A44D0
Complementary color
Monochromatic Colors of #8A44D0
Black with #8A44D0
Text Example
Text Example
White with #8A44D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A44D0; }
p { color: rgb(138,68,208); }
H1.HeaderClassName
{
color: #8A44D0;
}
.AnyTagClassName
{
color: #8A44D0;
}
</style>
background-color css
<style>
a { background-color: #8A44D0; }
a { background-color: rgb(138,68,208); }
div.DivClassName
{
background-color: #8A44D0;
}
.BgClassName
{
background-color: #8A44D0;
}
</style>
border-color css
<style>
span { border-color: #8A44D0; }
span { border-color: rgb(138,68,208); }
td.TdClassName
{
border-color: #8A44D0;
}
.TagClassName
{
border-color: #8A44D0;
}
</style>