Shades of Dark Orchid #801ABB
Tints of Dark Orchid #801ABB
RGB
CMYK
RGB Variations
Color information
#801ABB (or 0x801ABB) is known color: Dark Orchid. HEX triplet: 80, 1A and BB. RGB value is (128,26,187). Sum of RGB (Red+Green+Blue) = 128+26+187=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #801ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801ABB is #7FE544. Grayscale: #4A4A4A. Windows color (decimal): -8381765 or 12262016. OLE color: 12262016.
HSL color Cylindrical-coordinate representation of color #801ABB: hue angle of 278.01º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801ABB is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 26 | 187 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.27 |
| HSL | 278.01º | 0.76% | 0.42% | - |
| HSV(B) | 278.01º | 0.86% | 0.73% | - |
| XYZ | 18.24 | 8.92 | 47.77 | - |
| YUV | 74.85 | 191.29 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 187 | 0.32 | 0.86 | 0 | 0.27 | 278.01 | 0.76 | 0.42 |
| Hex | 80 | 1A | BB | 20 | 56 | 0 | 1B | 116 | 4C | 2A |
| Octal | 200 | 32 | 273 | 40 | 126 | 0 | 33 | 426 | 114 | 52 |
| Binary | 10000000 | 11010 | 10111011 | 100000 | 1010110 | 0 | 11011 | 100010110 | 1001100 | 101010 |
Color Harmonies of #801ABB
Complementary color
Monochromatic Colors of #801ABB
Black with #801ABB
Text Example
Text Example
White with #801ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801ABB; }
p { color: rgb(128,26,187); }
H1.HeaderClassName
{
color: #801ABB;
}
.AnyTagClassName
{
color: #801ABB;
}
</style>
background-color css
<style>
a { background-color: #801ABB; }
a { background-color: rgb(128,26,187); }
div.DivClassName
{
background-color: #801ABB;
}
.BgClassName
{
background-color: #801ABB;
}
</style>
border-color css
<style>
span { border-color: #801ABB; }
span { border-color: rgb(128,26,187); }
td.TdClassName
{
border-color: #801ABB;
}
.TagClassName
{
border-color: #801ABB;
}
</style>