Shades of Dark Orchid #8A46D0
Tints of Dark Orchid #8A46D0
RGB
CMYK
RGB Variations
Color information
#8A46D0 (or 0x8A46D0) is known color: Dark Orchid. HEX triplet: 8A, 46 and D0. RGB value is (138,70,208). Sum of RGB (Red+Green+Blue) = 138+70+208=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #8A46D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A46D0 is #75B92F. Grayscale: #696969. Windows color (decimal): -7715120 or 13649546. OLE color: 13649546.
HSL color Cylindrical-coordinate representation of color #8A46D0: hue angle of 269.57º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A46D0 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 70 | 208 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.18 |
| HSL | 269.57º | 0.59% | 0.55% | - |
| HSV(B) | 269.57º | 0.66% | 0.82% | - |
| XYZ | 24.06 | 14.34 | 61.17 | - |
| YUV | 106.06 | 185.53 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 70 | 208 | 0.34 | 0.66 | 0 | 0.18 | 269.57 | 0.59 | 0.55 |
| Hex | 8A | 46 | D0 | 22 | 42 | 0 | 12 | 10E | 3B | 37 |
| Octal | 212 | 106 | 320 | 42 | 102 | 0 | 22 | 416 | 73 | 67 |
| Binary | 10001010 | 1000110 | 11010000 | 100010 | 1000010 | 0 | 10010 | 100001110 | 111011 | 110111 |
Color Harmonies of #8A46D0
Complementary color
Monochromatic Colors of #8A46D0
Black with #8A46D0
Text Example
Text Example
White with #8A46D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A46D0; }
p { color: rgb(138,70,208); }
H1.HeaderClassName
{
color: #8A46D0;
}
.AnyTagClassName
{
color: #8A46D0;
}
</style>
background-color css
<style>
a { background-color: #8A46D0; }
a { background-color: rgb(138,70,208); }
div.DivClassName
{
background-color: #8A46D0;
}
.BgClassName
{
background-color: #8A46D0;
}
</style>
border-color css
<style>
span { border-color: #8A46D0; }
span { border-color: rgb(138,70,208); }
td.TdClassName
{
border-color: #8A46D0;
}
.TagClassName
{
border-color: #8A46D0;
}
</style>