Shades of Dark Orchid #801BBC
Tints of Dark Orchid #801BBC
RGB
CMYK
RGB Variations
Color information
#801BBC (or 0x801BBC) is known color: Dark Orchid. HEX triplet: 80, 1B and BC. RGB value is (128,27,188). Sum of RGB (Red+Green+Blue) = 128+27+188=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #801BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801BBC is #7FE443. Grayscale: #4B4B4B. Windows color (decimal): -8381508 or 12327808. OLE color: 12327808.
HSL color Cylindrical-coordinate representation of color #801BBC: hue angle of 277.64º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801BBC is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 27 | 188 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.26 |
| HSL | 277.64º | 0.75% | 0.42% | - |
| HSV(B) | 277.64º | 0.86% | 0.74% | - |
| XYZ | 18.37 | 9 | 48.35 | - |
| YUV | 75.55 | 191.46 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 27 | 188 | 0.32 | 0.86 | 0 | 0.26 | 277.64 | 0.75 | 0.42 |
| Hex | 80 | 1B | BC | 20 | 56 | 0 | 1A | 116 | 4B | 2A |
| Octal | 200 | 33 | 274 | 40 | 126 | 0 | 32 | 426 | 113 | 52 |
| Binary | 10000000 | 11011 | 10111100 | 100000 | 1010110 | 0 | 11010 | 100010110 | 1001011 | 101010 |
Color Harmonies of #801BBC
Complementary color
Monochromatic Colors of #801BBC
Black with #801BBC
Text Example
Text Example
White with #801BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801BBC; }
p { color: rgb(128,27,188); }
H1.HeaderClassName
{
color: #801BBC;
}
.AnyTagClassName
{
color: #801BBC;
}
</style>
background-color css
<style>
a { background-color: #801BBC; }
a { background-color: rgb(128,27,188); }
div.DivClassName
{
background-color: #801BBC;
}
.BgClassName
{
background-color: #801BBC;
}
</style>
border-color css
<style>
span { border-color: #801BBC; }
span { border-color: rgb(128,27,188); }
td.TdClassName
{
border-color: #801BBC;
}
.TagClassName
{
border-color: #801BBC;
}
</style>