Shades of Dark Orchid #802DB6
Tints of Dark Orchid #802DB6
RGB
CMYK
RGB Variations
Color information
#802DB6 (or 0x802DB6) is known color: Dark Orchid. HEX triplet: 80, 2D and B6. RGB value is (128,45,182). Sum of RGB (Red+Green+Blue) = 128+45+182=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #802DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DB6 is #7FD249. Grayscale: #545454. Windows color (decimal): -8376906 or 11939200. OLE color: 11939200.
HSL color Cylindrical-coordinate representation of color #802DB6: hue angle of 276.35º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802DB6 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 45 | 182 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.29 |
| HSL | 276.35º | 0.6% | 0.45% | - |
| HSV(B) | 276.35º | 0.75% | 0.71% | - |
| XYZ | 18.28 | 9.84 | 45.19 | - |
| YUV | 85.44 | 182.5 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 182 | 0.30 | 0.75 | 0 | 0.29 | 276.35 | 0.6 | 0.45 |
| Hex | 80 | 2D | B6 | 1E | 4B | 0 | 1D | 114 | 3C | 2D |
| Octal | 200 | 55 | 266 | 36 | 113 | 0 | 35 | 424 | 74 | 55 |
| Binary | 10000000 | 101101 | 10110110 | 11110 | 1001011 | 0 | 11101 | 100010100 | 111100 | 101101 |
Color Harmonies of #802DB6
Complementary color
Monochromatic Colors of #802DB6
Black with #802DB6
Text Example
Text Example
White with #802DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DB6; }
p { color: rgb(128,45,182); }
H1.HeaderClassName
{
color: #802DB6;
}
.AnyTagClassName
{
color: #802DB6;
}
</style>
background-color css
<style>
a { background-color: #802DB6; }
a { background-color: rgb(128,45,182); }
div.DivClassName
{
background-color: #802DB6;
}
.BgClassName
{
background-color: #802DB6;
}
</style>
border-color css
<style>
span { border-color: #802DB6; }
span { border-color: rgb(128,45,182); }
td.TdClassName
{
border-color: #802DB6;
}
.TagClassName
{
border-color: #802DB6;
}
</style>