Shades of Dark Orchid #8A3DCD
Tints of Dark Orchid #8A3DCD
RGB
CMYK
RGB Variations
Color information
#8A3DCD (or 0x8A3DCD) is known color: Dark Orchid. HEX triplet: 8A, 3D and CD. RGB value is (138,61,205). Sum of RGB (Red+Green+Blue) = 138+61+205=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A3DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3DCD is #75C232. Grayscale: #636363. Windows color (decimal): -7717427 or 13450634. OLE color: 13450634.
HSL color Cylindrical-coordinate representation of color #8A3DCD: hue angle of 272.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A3DCD is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 61 | 205 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.20 |
| HSL | 272.08º | 0.59% | 0.52% | - |
| HSV(B) | 272.08º | 0.7% | 0.8% | - |
| XYZ | 23.17 | 13.15 | 59.07 | - |
| YUV | 100.44 | 187.01 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 61 | 205 | 0.33 | 0.70 | 0 | 0.20 | 272.08 | 0.59 | 0.52 |
| Hex | 8A | 3D | CD | 21 | 46 | 0 | 14 | 110 | 3B | 34 |
| Octal | 212 | 75 | 315 | 41 | 106 | 0 | 24 | 420 | 73 | 64 |
| Binary | 10001010 | 111101 | 11001101 | 100001 | 1000110 | 0 | 10100 | 100010000 | 111011 | 110100 |
Color Harmonies of #8A3DCD
Complementary color
Monochromatic Colors of #8A3DCD
Black with #8A3DCD
Text Example
Text Example
White with #8A3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3DCD; }
p { color: rgb(138,61,205); }
H1.HeaderClassName
{
color: #8A3DCD;
}
.AnyTagClassName
{
color: #8A3DCD;
}
</style>
background-color css
<style>
a { background-color: #8A3DCD; }
a { background-color: rgb(138,61,205); }
div.DivClassName
{
background-color: #8A3DCD;
}
.BgClassName
{
background-color: #8A3DCD;
}
</style>
border-color css
<style>
span { border-color: #8A3DCD; }
span { border-color: rgb(138,61,205); }
td.TdClassName
{
border-color: #8A3DCD;
}
.TagClassName
{
border-color: #8A3DCD;
}
</style>