Shades of Dark Orchid #8A3ABD
Tints of Dark Orchid #8A3ABD
RGB
CMYK
RGB Variations
Color information
#8A3ABD (or 0x8A3ABD) is known color: Dark Orchid. HEX triplet: 8A, 3A and BD. RGB value is (138,58,189). Sum of RGB (Red+Green+Blue) = 138+58+189=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A3ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3ABD is #75C542. Grayscale: #606060. Windows color (decimal): -7718211 or 12401290. OLE color: 12401290.
HSL color Cylindrical-coordinate representation of color #8A3ABD: hue angle of 276.64º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A3ABD is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 58 | 189 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.26 |
| HSL | 276.64º | 0.53% | 0.48% | - |
| HSV(B) | 276.64º | 0.69% | 0.74% | - |
| XYZ | 21.18 | 12.1 | 49.36 | - |
| YUV | 96.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 58 | 189 | 0.27 | 0.69 | 0 | 0.26 | 276.64 | 0.53 | 0.48 |
| Hex | 8A | 3A | BD | 1B | 45 | 0 | 1A | 115 | 35 | 30 |
| Octal | 212 | 72 | 275 | 33 | 105 | 0 | 32 | 425 | 65 | 60 |
| Binary | 10001010 | 111010 | 10111101 | 11011 | 1000101 | 0 | 11010 | 100010101 | 110101 | 110000 |
Color Harmonies of #8A3ABD
Complementary color
Monochromatic Colors of #8A3ABD
Black with #8A3ABD
Text Example
Text Example
White with #8A3ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3ABD; }
p { color: rgb(138,58,189); }
H1.HeaderClassName
{
color: #8A3ABD;
}
.AnyTagClassName
{
color: #8A3ABD;
}
</style>
background-color css
<style>
a { background-color: #8A3ABD; }
a { background-color: rgb(138,58,189); }
div.DivClassName
{
background-color: #8A3ABD;
}
.BgClassName
{
background-color: #8A3ABD;
}
</style>
border-color css
<style>
span { border-color: #8A3ABD; }
span { border-color: rgb(138,58,189); }
td.TdClassName
{
border-color: #8A3ABD;
}
.TagClassName
{
border-color: #8A3ABD;
}
</style>