Shades of Dark Orchid #8A3ECA
Tints of Dark Orchid #8A3ECA
RGB
CMYK
RGB Variations
Color information
#8A3ECA (or 0x8A3ECA) is known color: Dark Orchid. HEX triplet: 8A, 3E and CA. RGB value is (138,62,202). Sum of RGB (Red+Green+Blue) = 138+62+202=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A3ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3ECA is #75C135. Grayscale: #646464. Windows color (decimal): -7717174 or 13254282. OLE color: 13254282.
HSL color Cylindrical-coordinate representation of color #8A3ECA: hue angle of 272.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A3ECA is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 62 | 202 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.21 |
| HSL | 272.57º | 0.57% | 0.52% | - |
| HSV(B) | 272.57º | 0.69% | 0.79% | - |
| XYZ | 22.86 | 13.11 | 57.2 | - |
| YUV | 100.68 | 185.18 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 202 | 0.32 | 0.69 | 0 | 0.21 | 272.57 | 0.57 | 0.52 |
| Hex | 8A | 3E | CA | 20 | 45 | 0 | 15 | 111 | 39 | 34 |
| Octal | 212 | 76 | 312 | 40 | 105 | 0 | 25 | 421 | 71 | 64 |
| Binary | 10001010 | 111110 | 11001010 | 100000 | 1000101 | 0 | 10101 | 100010001 | 111001 | 110100 |
Color Harmonies of #8A3ECA
Complementary color
Monochromatic Colors of #8A3ECA
Black with #8A3ECA
Text Example
Text Example
White with #8A3ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3ECA; }
p { color: rgb(138,62,202); }
H1.HeaderClassName
{
color: #8A3ECA;
}
.AnyTagClassName
{
color: #8A3ECA;
}
</style>
background-color css
<style>
a { background-color: #8A3ECA; }
a { background-color: rgb(138,62,202); }
div.DivClassName
{
background-color: #8A3ECA;
}
.BgClassName
{
background-color: #8A3ECA;
}
</style>
border-color css
<style>
span { border-color: #8A3ECA; }
span { border-color: rgb(138,62,202); }
td.TdClassName
{
border-color: #8A3ECA;
}
.TagClassName
{
border-color: #8A3ECA;
}
</style>