Shades of Dark Orchid #8B1AAF
Tints of Dark Orchid #8B1AAF
RGB
CMYK
RGB Variations
Color information
#8B1AAF (or 0x8B1AAF) is known color: Dark Orchid. HEX triplet: 8B, 1A and AF. RGB value is (139,26,175). Sum of RGB (Red+Green+Blue) = 139+26+175=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B1AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1AAF is #74E550. Grayscale: #4C4C4C. Windows color (decimal): -7660881 or 11475595. OLE color: 11475595.
HSL color Cylindrical-coordinate representation of color #8B1AAF: hue angle of 285.5º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1AAF is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 26 | 175 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.31 |
| HSL | 285.5º | 0.74% | 0.39% | - |
| HSV(B) | 285.5º | 0.85% | 0.69% | - |
| XYZ | 18.75 | 9.32 | 41.37 | - |
| YUV | 76.77 | 183.44 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 26 | 175 | 0.21 | 0.85 | 0 | 0.31 | 285.5 | 0.74 | 0.39 |
| Hex | 8B | 1A | AF | 15 | 55 | 0 | 1F | 11E | 4A | 27 |
| Octal | 213 | 32 | 257 | 25 | 125 | 0 | 37 | 436 | 112 | 47 |
| Binary | 10001011 | 11010 | 10101111 | 10101 | 1010101 | 0 | 11111 | 100011110 | 1001010 | 100111 |
Color Harmonies of #8B1AAF
Complementary color
Monochromatic Colors of #8B1AAF
Black with #8B1AAF
Text Example
Text Example
White with #8B1AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1AAF; }
p { color: rgb(139,26,175); }
H1.HeaderClassName
{
color: #8B1AAF;
}
.AnyTagClassName
{
color: #8B1AAF;
}
</style>
background-color css
<style>
a { background-color: #8B1AAF; }
a { background-color: rgb(139,26,175); }
div.DivClassName
{
background-color: #8B1AAF;
}
.BgClassName
{
background-color: #8B1AAF;
}
</style>
border-color css
<style>
span { border-color: #8B1AAF; }
span { border-color: rgb(139,26,175); }
td.TdClassName
{
border-color: #8B1AAF;
}
.TagClassName
{
border-color: #8B1AAF;
}
</style>