Shades of Dark Orchid #8A3DCE
Tints of Dark Orchid #8A3DCE
RGB
CMYK
RGB Variations
Color information
#8A3DCE (or 0x8A3DCE) is known color: Dark Orchid. HEX triplet: 8A, 3D and CE. RGB value is (138,61,206). Sum of RGB (Red+Green+Blue) = 138+61+206=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A3DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3DCE is #75C231. Grayscale: #646464. Windows color (decimal): -7717426 or 13516170. OLE color: 13516170.
HSL color Cylindrical-coordinate representation of color #8A3DCE: hue angle of 271.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A3DCE is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 61 | 206 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.19 |
| HSL | 271.86º | 0.6% | 0.52% | - |
| HSV(B) | 271.86º | 0.7% | 0.81% | - |
| XYZ | 23.29 | 13.2 | 59.71 | - |
| YUV | 100.55 | 187.51 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 61 | 206 | 0.33 | 0.70 | 0 | 0.19 | 271.86 | 0.6 | 0.52 |
| Hex | 8A | 3D | CE | 21 | 46 | 0 | 13 | 110 | 3C | 34 |
| Octal | 212 | 75 | 316 | 41 | 106 | 0 | 23 | 420 | 74 | 64 |
| Binary | 10001010 | 111101 | 11001110 | 100001 | 1000110 | 0 | 10011 | 100010000 | 111100 | 110100 |
Color Harmonies of #8A3DCE
Complementary color
Monochromatic Colors of #8A3DCE
Black with #8A3DCE
Text Example
Text Example
White with #8A3DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3DCE; }
p { color: rgb(138,61,206); }
H1.HeaderClassName
{
color: #8A3DCE;
}
.AnyTagClassName
{
color: #8A3DCE;
}
</style>
background-color css
<style>
a { background-color: #8A3DCE; }
a { background-color: rgb(138,61,206); }
div.DivClassName
{
background-color: #8A3DCE;
}
.BgClassName
{
background-color: #8A3DCE;
}
</style>
border-color css
<style>
span { border-color: #8A3DCE; }
span { border-color: rgb(138,61,206); }
td.TdClassName
{
border-color: #8A3DCE;
}
.TagClassName
{
border-color: #8A3DCE;
}
</style>