Shades of Dark Orchid #801BBA
Tints of Dark Orchid #801BBA
RGB
CMYK
RGB Variations
Color information
#801BBA (or 0x801BBA) is known color: Dark Orchid. HEX triplet: 80, 1B and BA. RGB value is (128,27,186). Sum of RGB (Red+Green+Blue) = 128+27+186=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #801BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801BBA is #7FE445. Grayscale: #4A4A4A. Windows color (decimal): -8381510 or 12196736. OLE color: 12196736.
HSL color Cylindrical-coordinate representation of color #801BBA: hue angle of 278.11º degrees, saturation: 0.75, 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 #801BBA is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 27 | 186 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.27 |
| HSL | 278.11º | 0.75% | 0.42% | - |
| HSV(B) | 278.11º | 0.85% | 0.73% | - |
| XYZ | 18.16 | 8.92 | 47.22 | - |
| YUV | 75.33 | 190.46 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 27 | 186 | 0.31 | 0.85 | 0 | 0.27 | 278.11 | 0.75 | 0.42 |
| Hex | 80 | 1B | BA | 1F | 55 | 0 | 1B | 116 | 4B | 2A |
| Octal | 200 | 33 | 272 | 37 | 125 | 0 | 33 | 426 | 113 | 52 |
| Binary | 10000000 | 11011 | 10111010 | 11111 | 1010101 | 0 | 11011 | 100010110 | 1001011 | 101010 |
Color Harmonies of #801BBA
Complementary color
Monochromatic Colors of #801BBA
Black with #801BBA
Text Example
Text Example
White with #801BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801BBA; }
p { color: rgb(128,27,186); }
H1.HeaderClassName
{
color: #801BBA;
}
.AnyTagClassName
{
color: #801BBA;
}
</style>
background-color css
<style>
a { background-color: #801BBA; }
a { background-color: rgb(128,27,186); }
div.DivClassName
{
background-color: #801BBA;
}
.BgClassName
{
background-color: #801BBA;
}
</style>
border-color css
<style>
span { border-color: #801BBA; }
span { border-color: rgb(128,27,186); }
td.TdClassName
{
border-color: #801BBA;
}
.TagClassName
{
border-color: #801BBA;
}
</style>