Shades of Dark Orchid #801EBA
Tints of Dark Orchid #801EBA
RGB
CMYK
RGB Variations
Color information
#801EBA (or 0x801EBA) is known color: Dark Orchid. HEX triplet: 80, 1E and BA. RGB value is (128,30,186). Sum of RGB (Red+Green+Blue) = 128+30+186=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #801EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801EBA is #7FE145. Grayscale: #4C4C4C. Windows color (decimal): -8380742 or 12197504. OLE color: 12197504.
HSL color Cylindrical-coordinate representation of color #801EBA: hue angle of 277.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801EBA is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 30 | 186 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.27 |
| HSL | 277.69º | 0.72% | 0.42% | - |
| HSV(B) | 277.69º | 0.84% | 0.73% | - |
| XYZ | 18.23 | 9.06 | 47.24 | - |
| YUV | 77.09 | 189.47 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 30 | 186 | 0.31 | 0.84 | 0 | 0.27 | 277.69 | 0.72 | 0.42 |
| Hex | 80 | 1E | BA | 1F | 54 | 0 | 1B | 116 | 48 | 2A |
| Octal | 200 | 36 | 272 | 37 | 124 | 0 | 33 | 426 | 110 | 52 |
| Binary | 10000000 | 11110 | 10111010 | 11111 | 1010100 | 0 | 11011 | 100010110 | 1001000 | 101010 |
Color Harmonies of #801EBA
Complementary color
Monochromatic Colors of #801EBA
Black with #801EBA
Text Example
Text Example
White with #801EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801EBA; }
p { color: rgb(128,30,186); }
H1.HeaderClassName
{
color: #801EBA;
}
.AnyTagClassName
{
color: #801EBA;
}
</style>
background-color css
<style>
a { background-color: #801EBA; }
a { background-color: rgb(128,30,186); }
div.DivClassName
{
background-color: #801EBA;
}
.BgClassName
{
background-color: #801EBA;
}
</style>
border-color css
<style>
span { border-color: #801EBA; }
span { border-color: rgb(128,30,186); }
td.TdClassName
{
border-color: #801EBA;
}
.TagClassName
{
border-color: #801EBA;
}
</style>