Shades of Dark Orchid #801DBB
Tints of Dark Orchid #801DBB
RGB
CMYK
RGB Variations
Color information
#801DBB (or 0x801DBB) is known color: Dark Orchid. HEX triplet: 80, 1D and BB. RGB value is (128,29,187). Sum of RGB (Red+Green+Blue) = 128+29+187=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #801DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801DBB is #7FE244. Grayscale: #4C4C4C. Windows color (decimal): -8380997 or 12262784. OLE color: 12262784.
HSL color Cylindrical-coordinate representation of color #801DBB: hue angle of 277.59º degrees, saturation: 0.73, 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 #801DBB is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 29 | 187 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.27 |
| HSL | 277.59º | 0.73% | 0.42% | - |
| HSV(B) | 277.59º | 0.84% | 0.73% | - |
| XYZ | 18.31 | 9.06 | 47.8 | - |
| YUV | 76.61 | 190.3 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 29 | 187 | 0.32 | 0.84 | 0 | 0.27 | 277.59 | 0.73 | 0.42 |
| Hex | 80 | 1D | BB | 20 | 54 | 0 | 1B | 116 | 49 | 2A |
| Octal | 200 | 35 | 273 | 40 | 124 | 0 | 33 | 426 | 111 | 52 |
| Binary | 10000000 | 11101 | 10111011 | 100000 | 1010100 | 0 | 11011 | 100010110 | 1001001 | 101010 |
Color Harmonies of #801DBB
Complementary color
Monochromatic Colors of #801DBB
Black with #801DBB
Text Example
Text Example
White with #801DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801DBB; }
p { color: rgb(128,29,187); }
H1.HeaderClassName
{
color: #801DBB;
}
.AnyTagClassName
{
color: #801DBB;
}
</style>
background-color css
<style>
a { background-color: #801DBB; }
a { background-color: rgb(128,29,187); }
div.DivClassName
{
background-color: #801DBB;
}
.BgClassName
{
background-color: #801DBB;
}
</style>
border-color css
<style>
span { border-color: #801DBB; }
span { border-color: rgb(128,29,187); }
td.TdClassName
{
border-color: #801DBB;
}
.TagClassName
{
border-color: #801DBB;
}
</style>