Shades of Dark Orchid #802BBA
Tints of Dark Orchid #802BBA
RGB
CMYK
RGB Variations
Color information
#802BBA (or 0x802BBA) is known color: Dark Orchid. HEX triplet: 80, 2B and BA. RGB value is (128,43,186). Sum of RGB (Red+Green+Blue) = 128+43+186=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #802BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802BBA is #7FD445. Grayscale: #545454. Windows color (decimal): -8377414 or 12200832. OLE color: 12200832.
HSL color Cylindrical-coordinate representation of color #802BBA: hue angle of 275.66º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802BBA is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 43 | 186 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.27 |
| HSL | 275.66º | 0.62% | 0.45% | - |
| HSV(B) | 275.66º | 0.77% | 0.73% | - |
| XYZ | 18.63 | 9.86 | 47.38 | - |
| YUV | 84.72 | 185.16 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 186 | 0.31 | 0.77 | 0 | 0.27 | 275.66 | 0.62 | 0.45 |
| Hex | 80 | 2B | BA | 1F | 4D | 0 | 1B | 114 | 3E | 2D |
| Octal | 200 | 53 | 272 | 37 | 115 | 0 | 33 | 424 | 76 | 55 |
| Binary | 10000000 | 101011 | 10111010 | 11111 | 1001101 | 0 | 11011 | 100010100 | 111110 | 101101 |
Color Harmonies of #802BBA
Complementary color
Monochromatic Colors of #802BBA
Black with #802BBA
Text Example
Text Example
White with #802BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802BBA; }
p { color: rgb(128,43,186); }
H1.HeaderClassName
{
color: #802BBA;
}
.AnyTagClassName
{
color: #802BBA;
}
</style>
background-color css
<style>
a { background-color: #802BBA; }
a { background-color: rgb(128,43,186); }
div.DivClassName
{
background-color: #802BBA;
}
.BgClassName
{
background-color: #802BBA;
}
</style>
border-color css
<style>
span { border-color: #802BBA; }
span { border-color: rgb(128,43,186); }
td.TdClassName
{
border-color: #802BBA;
}
.TagClassName
{
border-color: #802BBA;
}
</style>