Shades of Dark Orchid #8A3FD0
Tints of Dark Orchid #8A3FD0
RGB
CMYK
RGB Variations
Color information
#8A3FD0 (or 0x8A3FD0) is known color: Dark Orchid. HEX triplet: 8A, 3F and D0. RGB value is (138,63,208). Sum of RGB (Red+Green+Blue) = 138+63+208=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #8A3FD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3FD0 is #75C02F. Grayscale: #656565. Windows color (decimal): -7716912 or 13647754. OLE color: 13647754.
HSL color Cylindrical-coordinate representation of color #8A3FD0: hue angle of 271.03º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A3FD0 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 63 | 208 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.18 |
| HSL | 271.03º | 0.61% | 0.53% | - |
| HSV(B) | 271.03º | 0.7% | 0.82% | - |
| XYZ | 23.64 | 13.51 | 61.04 | - |
| YUV | 101.96 | 187.85 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 63 | 208 | 0.34 | 0.70 | 0 | 0.18 | 271.03 | 0.61 | 0.53 |
| Hex | 8A | 3F | D0 | 22 | 46 | 0 | 12 | 10F | 3D | 35 |
| Octal | 212 | 77 | 320 | 42 | 106 | 0 | 22 | 417 | 75 | 65 |
| Binary | 10001010 | 111111 | 11010000 | 100010 | 1000110 | 0 | 10010 | 100001111 | 111101 | 110101 |
Color Harmonies of #8A3FD0
Complementary color
Monochromatic Colors of #8A3FD0
Black with #8A3FD0
Text Example
Text Example
White with #8A3FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3FD0; }
p { color: rgb(138,63,208); }
H1.HeaderClassName
{
color: #8A3FD0;
}
.AnyTagClassName
{
color: #8A3FD0;
}
</style>
background-color css
<style>
a { background-color: #8A3FD0; }
a { background-color: rgb(138,63,208); }
div.DivClassName
{
background-color: #8A3FD0;
}
.BgClassName
{
background-color: #8A3FD0;
}
</style>
border-color css
<style>
span { border-color: #8A3FD0; }
span { border-color: rgb(138,63,208); }
td.TdClassName
{
border-color: #8A3FD0;
}
.TagClassName
{
border-color: #8A3FD0;
}
</style>