Shades of Dark Orchid #8A1CBA
Tints of Dark Orchid #8A1CBA
RGB
CMYK
RGB Variations
Color information
#8A1CBA (or 0x8A1CBA) is known color: Dark Orchid. HEX triplet: 8A, 1C and BA. RGB value is (138,28,186). Sum of RGB (Red+Green+Blue) = 138+28+186=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A1CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1CBA is #75E345. Grayscale: #4E4E4E. Windows color (decimal): -7725894 or 12197002. OLE color: 12197002.
HSL color Cylindrical-coordinate representation of color #8A1CBA: hue angle of 281.77º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A1CBA is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 28 | 186 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.27 |
| HSL | 281.77º | 0.74% | 0.42% | - |
| HSV(B) | 281.77º | 0.85% | 0.73% | - |
| XYZ | 19.76 | 9.78 | 47.3 | - |
| YUV | 78.9 | 188.44 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 186 | 0.26 | 0.85 | 0 | 0.27 | 281.77 | 0.74 | 0.42 |
| Hex | 8A | 1C | BA | 1A | 55 | 0 | 1B | 11A | 4A | 2A |
| Octal | 212 | 34 | 272 | 32 | 125 | 0 | 33 | 432 | 112 | 52 |
| Binary | 10001010 | 11100 | 10111010 | 11010 | 1010101 | 0 | 11011 | 100011010 | 1001010 | 101010 |
Color Harmonies of #8A1CBA
Complementary color
Monochromatic Colors of #8A1CBA
Black with #8A1CBA
Text Example
Text Example
White with #8A1CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1CBA; }
p { color: rgb(138,28,186); }
H1.HeaderClassName
{
color: #8A1CBA;
}
.AnyTagClassName
{
color: #8A1CBA;
}
</style>
background-color css
<style>
a { background-color: #8A1CBA; }
a { background-color: rgb(138,28,186); }
div.DivClassName
{
background-color: #8A1CBA;
}
.BgClassName
{
background-color: #8A1CBA;
}
</style>
border-color css
<style>
span { border-color: #8A1CBA; }
span { border-color: rgb(138,28,186); }
td.TdClassName
{
border-color: #8A1CBA;
}
.TagClassName
{
border-color: #8A1CBA;
}
</style>