Shades of Dark Orchid #8A3BC0
Tints of Dark Orchid #8A3BC0
RGB
CMYK
RGB Variations
Color information
#8A3BC0 (or 0x8A3BC0) is known color: Dark Orchid. HEX triplet: 8A, 3B and C0. RGB value is (138,59,192). Sum of RGB (Red+Green+Blue) = 138+59+192=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #8A3BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3BC0 is #75C43F. Grayscale: #616161. Windows color (decimal): -7717952 or 12598154. OLE color: 12598154.
HSL color Cylindrical-coordinate representation of color #8A3BC0: hue angle of 275.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A3BC0 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 59 | 192 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.25 |
| HSL | 275.64º | 0.53% | 0.49% | - |
| HSV(B) | 275.64º | 0.69% | 0.75% | - |
| XYZ | 21.56 | 12.34 | 51.11 | - |
| YUV | 97.78 | 181.17 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 59 | 192 | 0.28 | 0.69 | 0 | 0.25 | 275.64 | 0.53 | 0.49 |
| Hex | 8A | 3B | C0 | 1C | 45 | 0 | 19 | 114 | 35 | 31 |
| Octal | 212 | 73 | 300 | 34 | 105 | 0 | 31 | 424 | 65 | 61 |
| Binary | 10001010 | 111011 | 11000000 | 11100 | 1000101 | 0 | 11001 | 100010100 | 110101 | 110001 |
Color Harmonies of #8A3BC0
Complementary color
Monochromatic Colors of #8A3BC0
Black with #8A3BC0
Text Example
Text Example
White with #8A3BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3BC0; }
p { color: rgb(138,59,192); }
H1.HeaderClassName
{
color: #8A3BC0;
}
.AnyTagClassName
{
color: #8A3BC0;
}
</style>
background-color css
<style>
a { background-color: #8A3BC0; }
a { background-color: rgb(138,59,192); }
div.DivClassName
{
background-color: #8A3BC0;
}
.BgClassName
{
background-color: #8A3BC0;
}
</style>
border-color css
<style>
span { border-color: #8A3BC0; }
span { border-color: rgb(138,59,192); }
td.TdClassName
{
border-color: #8A3BC0;
}
.TagClassName
{
border-color: #8A3BC0;
}
</style>