Shades of Dark Orchid #802DB3
Tints of Dark Orchid #802DB3
RGB
CMYK
RGB Variations
Color information
#802DB3 (or 0x802DB3) is known color: Dark Orchid. HEX triplet: 80, 2D and B3. RGB value is (128,45,179). Sum of RGB (Red+Green+Blue) = 128+45+179=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #802DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DB3 is #7FD24C. Grayscale: #545454. Windows color (decimal): -8376909 or 11742592. OLE color: 11742592.
HSL color Cylindrical-coordinate representation of color #802DB3: hue angle of 277.16º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802DB3 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 45 | 179 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.30 |
| HSL | 277.16º | 0.6% | 0.44% | - |
| HSV(B) | 277.16º | 0.75% | 0.7% | - |
| XYZ | 17.98 | 9.72 | 43.58 | - |
| YUV | 85.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 179 | 0.28 | 0.75 | 0 | 0.30 | 277.16 | 0.6 | 0.44 |
| Hex | 80 | 2D | B3 | 1C | 4B | 0 | 1E | 115 | 3C | 2C |
| Octal | 200 | 55 | 263 | 34 | 113 | 0 | 36 | 425 | 74 | 54 |
| Binary | 10000000 | 101101 | 10110011 | 11100 | 1001011 | 0 | 11110 | 100010101 | 111100 | 101100 |
Color Harmonies of #802DB3
Complementary color
Monochromatic Colors of #802DB3
Black with #802DB3
Text Example
Text Example
White with #802DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DB3; }
p { color: rgb(128,45,179); }
H1.HeaderClassName
{
color: #802DB3;
}
.AnyTagClassName
{
color: #802DB3;
}
</style>
background-color css
<style>
a { background-color: #802DB3; }
a { background-color: rgb(128,45,179); }
div.DivClassName
{
background-color: #802DB3;
}
.BgClassName
{
background-color: #802DB3;
}
</style>
border-color css
<style>
span { border-color: #802DB3; }
span { border-color: rgb(128,45,179); }
td.TdClassName
{
border-color: #802DB3;
}
.TagClassName
{
border-color: #802DB3;
}
</style>