Shades of Dark Orchid #802DBF
Tints of Dark Orchid #802DBF
RGB
CMYK
RGB Variations
Color information
#802DBF (or 0x802DBF) is known color: Dark Orchid. HEX triplet: 80, 2D and BF. RGB value is (128,45,191). Sum of RGB (Red+Green+Blue) = 128+45+191=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #802DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DBF is #7FD240. Grayscale: #555555. Windows color (decimal): -8376897 or 12529024. OLE color: 12529024.
HSL color Cylindrical-coordinate representation of color #802DBF: hue angle of 274.11º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802DBF is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 45 | 191 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.25 |
| HSL | 274.11º | 0.62% | 0.46% | - |
| HSV(B) | 274.11º | 0.76% | 0.75% | - |
| XYZ | 19.24 | 10.23 | 50.25 | - |
| YUV | 86.46 | 187 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 191 | 0.33 | 0.76 | 0 | 0.25 | 274.11 | 0.62 | 0.46 |
| Hex | 80 | 2D | BF | 21 | 4C | 0 | 19 | 112 | 3E | 2E |
| Octal | 200 | 55 | 277 | 41 | 114 | 0 | 31 | 422 | 76 | 56 |
| Binary | 10000000 | 101101 | 10111111 | 100001 | 1001100 | 0 | 11001 | 100010010 | 111110 | 101110 |
Color Harmonies of #802DBF
Complementary color
Monochromatic Colors of #802DBF
Black with #802DBF
Text Example
Text Example
White with #802DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DBF; }
p { color: rgb(128,45,191); }
H1.HeaderClassName
{
color: #802DBF;
}
.AnyTagClassName
{
color: #802DBF;
}
</style>
background-color css
<style>
a { background-color: #802DBF; }
a { background-color: rgb(128,45,191); }
div.DivClassName
{
background-color: #802DBF;
}
.BgClassName
{
background-color: #802DBF;
}
</style>
border-color css
<style>
span { border-color: #802DBF; }
span { border-color: rgb(128,45,191); }
td.TdClassName
{
border-color: #802DBF;
}
.TagClassName
{
border-color: #802DBF;
}
</style>