Shades of Dark Orchid #801DB4
Tints of Dark Orchid #801DB4
RGB
CMYK
RGB Variations
Color information
#801DB4 (or 0x801DB4) is known color: Dark Orchid. HEX triplet: 80, 1D and B4. RGB value is (128,29,180). Sum of RGB (Red+Green+Blue) = 128+29+180=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #801DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801DB4 is #7FE24B. Grayscale: #4B4B4B. Windows color (decimal): -8381004 or 11804032. OLE color: 11804032.
HSL color Cylindrical-coordinate representation of color #801DB4: hue angle of 279.34º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801DB4 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 29 | 180 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.29 |
| HSL | 279.34º | 0.72% | 0.41% | - |
| HSV(B) | 279.34º | 0.84% | 0.71% | - |
| XYZ | 17.58 | 8.76 | 43.94 | - |
| YUV | 75.82 | 186.8 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 29 | 180 | 0.29 | 0.84 | 0 | 0.29 | 279.34 | 0.72 | 0.41 |
| Hex | 80 | 1D | B4 | 1D | 54 | 0 | 1D | 117 | 48 | 29 |
| Octal | 200 | 35 | 264 | 35 | 124 | 0 | 35 | 427 | 110 | 51 |
| Binary | 10000000 | 11101 | 10110100 | 11101 | 1010100 | 0 | 11101 | 100010111 | 1001000 | 101001 |
Color Harmonies of #801DB4
Complementary color
Monochromatic Colors of #801DB4
Black with #801DB4
Text Example
Text Example
White with #801DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801DB4; }
p { color: rgb(128,29,180); }
H1.HeaderClassName
{
color: #801DB4;
}
.AnyTagClassName
{
color: #801DB4;
}
</style>
background-color css
<style>
a { background-color: #801DB4; }
a { background-color: rgb(128,29,180); }
div.DivClassName
{
background-color: #801DB4;
}
.BgClassName
{
background-color: #801DB4;
}
</style>
border-color css
<style>
span { border-color: #801DB4; }
span { border-color: rgb(128,29,180); }
td.TdClassName
{
border-color: #801DB4;
}
.TagClassName
{
border-color: #801DB4;
}
</style>