Shades of Dark Orchid #8A3BC1
Tints of Dark Orchid #8A3BC1
RGB
CMYK
RGB Variations
Color information
#8A3BC1 (or 0x8A3BC1) is known color: Dark Orchid. HEX triplet: 8A, 3B and C1. RGB value is (138,59,193). Sum of RGB (Red+Green+Blue) = 138+59+193=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A3BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3BC1 is #75C43E. Grayscale: #616161. Windows color (decimal): -7717951 or 12663690. OLE color: 12663690.
HSL color Cylindrical-coordinate representation of color #8A3BC1: hue angle of 275.37º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A3BC1 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 59 | 193 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.24 |
| HSL | 275.37º | 0.53% | 0.49% | - |
| HSV(B) | 275.37º | 0.69% | 0.76% | - |
| XYZ | 21.67 | 12.38 | 51.7 | - |
| YUV | 97.9 | 181.67 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 59 | 193 | 0.28 | 0.69 | 0 | 0.24 | 275.37 | 0.53 | 0.49 |
| Hex | 8A | 3B | C1 | 1C | 45 | 0 | 18 | 113 | 35 | 31 |
| Octal | 212 | 73 | 301 | 34 | 105 | 0 | 30 | 423 | 65 | 61 |
| Binary | 10001010 | 111011 | 11000001 | 11100 | 1000101 | 0 | 11000 | 100010011 | 110101 | 110001 |
Color Harmonies of #8A3BC1
Complementary color
Monochromatic Colors of #8A3BC1
Black with #8A3BC1
Text Example
Text Example
White with #8A3BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3BC1; }
p { color: rgb(138,59,193); }
H1.HeaderClassName
{
color: #8A3BC1;
}
.AnyTagClassName
{
color: #8A3BC1;
}
</style>
background-color css
<style>
a { background-color: #8A3BC1; }
a { background-color: rgb(138,59,193); }
div.DivClassName
{
background-color: #8A3BC1;
}
.BgClassName
{
background-color: #8A3BC1;
}
</style>
border-color css
<style>
span { border-color: #8A3BC1; }
span { border-color: rgb(138,59,193); }
td.TdClassName
{
border-color: #8A3BC1;
}
.TagClassName
{
border-color: #8A3BC1;
}
</style>