Shades of Dark Orchid #802DB4
Tints of Dark Orchid #802DB4
RGB
CMYK
RGB Variations
Color information
#802DB4 (or 0x802DB4) is known color: Dark Orchid. HEX triplet: 80, 2D and B4. RGB value is (128,45,180). Sum of RGB (Red+Green+Blue) = 128+45+180=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #802DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DB4 is #7FD24B. Grayscale: #545454. Windows color (decimal): -8376908 or 11808128. OLE color: 11808128.
HSL color Cylindrical-coordinate representation of color #802DB4: hue angle of 276.89º 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 #802DB4 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 45 | 180 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.29 |
| HSL | 276.89º | 0.6% | 0.44% | - |
| HSV(B) | 276.89º | 0.75% | 0.71% | - |
| XYZ | 18.08 | 9.76 | 44.11 | - |
| YUV | 85.21 | 181.5 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 180 | 0.29 | 0.75 | 0 | 0.29 | 276.89 | 0.6 | 0.44 |
| Hex | 80 | 2D | B4 | 1D | 4B | 0 | 1D | 115 | 3C | 2C |
| Octal | 200 | 55 | 264 | 35 | 113 | 0 | 35 | 425 | 74 | 54 |
| Binary | 10000000 | 101101 | 10110100 | 11101 | 1001011 | 0 | 11101 | 100010101 | 111100 | 101100 |
Color Harmonies of #802DB4
Complementary color
Monochromatic Colors of #802DB4
Black with #802DB4
Text Example
Text Example
White with #802DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DB4; }
p { color: rgb(128,45,180); }
H1.HeaderClassName
{
color: #802DB4;
}
.AnyTagClassName
{
color: #802DB4;
}
</style>
background-color css
<style>
a { background-color: #802DB4; }
a { background-color: rgb(128,45,180); }
div.DivClassName
{
background-color: #802DB4;
}
.BgClassName
{
background-color: #802DB4;
}
</style>
border-color css
<style>
span { border-color: #802DB4; }
span { border-color: rgb(128,45,180); }
td.TdClassName
{
border-color: #802DB4;
}
.TagClassName
{
border-color: #802DB4;
}
</style>