Shades of Dark Orchid #802DB7
Tints of Dark Orchid #802DB7
RGB
CMYK
RGB Variations
Color information
#802DB7 (or 0x802DB7) is known color: Dark Orchid. HEX triplet: 80, 2D and B7. RGB value is (128,45,183). Sum of RGB (Red+Green+Blue) = 128+45+183=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #802DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DB7 is #7FD248. Grayscale: #555555. Windows color (decimal): -8376905 or 12004736. OLE color: 12004736.
HSL color Cylindrical-coordinate representation of color #802DB7: hue angle of 276.09º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802DB7 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 45 | 183 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.28 |
| HSL | 276.09º | 0.61% | 0.45% | - |
| HSV(B) | 276.09º | 0.75% | 0.72% | - |
| XYZ | 18.39 | 9.88 | 45.74 | - |
| YUV | 85.55 | 183 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 183 | 0.30 | 0.75 | 0 | 0.28 | 276.09 | 0.61 | 0.45 |
| Hex | 80 | 2D | B7 | 1E | 4B | 0 | 1C | 114 | 3D | 2D |
| Octal | 200 | 55 | 267 | 36 | 113 | 0 | 34 | 424 | 75 | 55 |
| Binary | 10000000 | 101101 | 10110111 | 11110 | 1001011 | 0 | 11100 | 100010100 | 111101 | 101101 |
Color Harmonies of #802DB7
Complementary color
Monochromatic Colors of #802DB7
Black with #802DB7
Text Example
Text Example
White with #802DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DB7; }
p { color: rgb(128,45,183); }
H1.HeaderClassName
{
color: #802DB7;
}
.AnyTagClassName
{
color: #802DB7;
}
</style>
background-color css
<style>
a { background-color: #802DB7; }
a { background-color: rgb(128,45,183); }
div.DivClassName
{
background-color: #802DB7;
}
.BgClassName
{
background-color: #802DB7;
}
</style>
border-color css
<style>
span { border-color: #802DB7; }
span { border-color: rgb(128,45,183); }
td.TdClassName
{
border-color: #802DB7;
}
.TagClassName
{
border-color: #802DB7;
}
</style>