Shades of Dark Orchid #8A3BD0
Tints of Dark Orchid #8A3BD0
RGB
CMYK
RGB Variations
Color information
#8A3BD0 (or 0x8A3BD0) is known color: Dark Orchid. HEX triplet: 8A, 3B and D0. RGB value is (138,59,208). Sum of RGB (Red+Green+Blue) = 138+59+208=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #8A3BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3BD0 is #75C42F. Grayscale: #636363. Windows color (decimal): -7717936 or 13646730. OLE color: 13646730.
HSL color Cylindrical-coordinate representation of color #8A3BD0: hue angle of 271.81º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A3BD0 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 59 | 208 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.18 |
| HSL | 271.81º | 0.61% | 0.52% | - |
| HSV(B) | 271.81º | 0.72% | 0.82% | - |
| XYZ | 23.43 | 13.09 | 60.97 | - |
| YUV | 99.61 | 189.17 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 59 | 208 | 0.34 | 0.72 | 0 | 0.18 | 271.81 | 0.61 | 0.52 |
| Hex | 8A | 3B | D0 | 22 | 48 | 0 | 12 | 110 | 3D | 34 |
| Octal | 212 | 73 | 320 | 42 | 110 | 0 | 22 | 420 | 75 | 64 |
| Binary | 10001010 | 111011 | 11010000 | 100010 | 1001000 | 0 | 10010 | 100010000 | 111101 | 110100 |
Color Harmonies of #8A3BD0
Complementary color
Monochromatic Colors of #8A3BD0
Black with #8A3BD0
Text Example
Text Example
White with #8A3BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3BD0; }
p { color: rgb(138,59,208); }
H1.HeaderClassName
{
color: #8A3BD0;
}
.AnyTagClassName
{
color: #8A3BD0;
}
</style>
background-color css
<style>
a { background-color: #8A3BD0; }
a { background-color: rgb(138,59,208); }
div.DivClassName
{
background-color: #8A3BD0;
}
.BgClassName
{
background-color: #8A3BD0;
}
</style>
border-color css
<style>
span { border-color: #8A3BD0; }
span { border-color: rgb(138,59,208); }
td.TdClassName
{
border-color: #8A3BD0;
}
.TagClassName
{
border-color: #8A3BD0;
}
</style>