Shades of Dark Orchid #802DBD
Tints of Dark Orchid #802DBD
RGB
CMYK
RGB Variations
Color information
#802DBD (or 0x802DBD) is known color: Dark Orchid. HEX triplet: 80, 2D and BD. RGB value is (128,45,189). Sum of RGB (Red+Green+Blue) = 128+45+189=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #802DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DBD is #7FD242. Grayscale: #555555. Windows color (decimal): -8376899 or 12397952. OLE color: 12397952.
HSL color Cylindrical-coordinate representation of color #802DBD: hue angle of 274.58º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802DBD is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 45 | 189 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.26 |
| HSL | 274.58º | 0.62% | 0.46% | - |
| HSV(B) | 274.58º | 0.76% | 0.74% | - |
| XYZ | 19.03 | 10.14 | 49.1 | - |
| YUV | 86.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 189 | 0.32 | 0.76 | 0 | 0.26 | 274.58 | 0.62 | 0.46 |
| Hex | 80 | 2D | BD | 20 | 4C | 0 | 1A | 113 | 3E | 2E |
| Octal | 200 | 55 | 275 | 40 | 114 | 0 | 32 | 423 | 76 | 56 |
| Binary | 10000000 | 101101 | 10111101 | 100000 | 1001100 | 0 | 11010 | 100010011 | 111110 | 101110 |
Color Harmonies of #802DBD
Complementary color
Monochromatic Colors of #802DBD
Black with #802DBD
Text Example
Text Example
White with #802DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DBD; }
p { color: rgb(128,45,189); }
H1.HeaderClassName
{
color: #802DBD;
}
.AnyTagClassName
{
color: #802DBD;
}
</style>
background-color css
<style>
a { background-color: #802DBD; }
a { background-color: rgb(128,45,189); }
div.DivClassName
{
background-color: #802DBD;
}
.BgClassName
{
background-color: #802DBD;
}
</style>
border-color css
<style>
span { border-color: #802DBD; }
span { border-color: rgb(128,45,189); }
td.TdClassName
{
border-color: #802DBD;
}
.TagClassName
{
border-color: #802DBD;
}
</style>