Shades of Dark Orchid #802DB5
Tints of Dark Orchid #802DB5
RGB
CMYK
RGB Variations
Color information
#802DB5 (or 0x802DB5) is known color: Dark Orchid. HEX triplet: 80, 2D and B5. RGB value is (128,45,181). Sum of RGB (Red+Green+Blue) = 128+45+181=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #802DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DB5 is #7FD24A. Grayscale: #545454. Windows color (decimal): -8376907 or 11873664. OLE color: 11873664.
HSL color Cylindrical-coordinate representation of color #802DB5: hue angle of 276.62º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802DB5 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 45 | 181 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.29 |
| HSL | 276.62º | 0.6% | 0.44% | - |
| HSV(B) | 276.62º | 0.75% | 0.71% | - |
| XYZ | 18.18 | 9.8 | 44.65 | - |
| YUV | 85.32 | 182 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 181 | 0.29 | 0.75 | 0 | 0.29 | 276.62 | 0.6 | 0.44 |
| Hex | 80 | 2D | B5 | 1D | 4B | 0 | 1D | 115 | 3C | 2C |
| Octal | 200 | 55 | 265 | 35 | 113 | 0 | 35 | 425 | 74 | 54 |
| Binary | 10000000 | 101101 | 10110101 | 11101 | 1001011 | 0 | 11101 | 100010101 | 111100 | 101100 |
Color Harmonies of #802DB5
Complementary color
Monochromatic Colors of #802DB5
Black with #802DB5
Text Example
Text Example
White with #802DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DB5; }
p { color: rgb(128,45,181); }
H1.HeaderClassName
{
color: #802DB5;
}
.AnyTagClassName
{
color: #802DB5;
}
</style>
background-color css
<style>
a { background-color: #802DB5; }
a { background-color: rgb(128,45,181); }
div.DivClassName
{
background-color: #802DB5;
}
.BgClassName
{
background-color: #802DB5;
}
</style>
border-color css
<style>
span { border-color: #802DB5; }
span { border-color: rgb(128,45,181); }
td.TdClassName
{
border-color: #802DB5;
}
.TagClassName
{
border-color: #802DB5;
}
</style>