Shades of Dark Orchid #8028BB
Tints of Dark Orchid #8028BB
RGB
CMYK
RGB Variations
Color information
#8028BB (or 0x8028BB) is known color: Dark Orchid. HEX triplet: 80, 28 and BB. RGB value is (128,40,187). Sum of RGB (Red+Green+Blue) = 128+40+187=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #8028BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8028BB is #7FD744. Grayscale: #525252. Windows color (decimal): -8378181 or 12265600. OLE color: 12265600.
HSL color Cylindrical-coordinate representation of color #8028BB: hue angle of 275.92º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8028BB is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 40 | 187 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.27 |
| HSL | 275.92º | 0.65% | 0.45% | - |
| HSV(B) | 275.92º | 0.79% | 0.73% | - |
| XYZ | 18.63 | 9.69 | 47.9 | - |
| YUV | 83.07 | 186.65 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 187 | 0.32 | 0.79 | 0 | 0.27 | 275.92 | 0.65 | 0.45 |
| Hex | 80 | 28 | BB | 20 | 4F | 0 | 1B | 114 | 41 | 2D |
| Octal | 200 | 50 | 273 | 40 | 117 | 0 | 33 | 424 | 101 | 55 |
| Binary | 10000000 | 101000 | 10111011 | 100000 | 1001111 | 0 | 11011 | 100010100 | 1000001 | 101101 |
Color Harmonies of #8028BB
Complementary color
Monochromatic Colors of #8028BB
Black with #8028BB
Text Example
Text Example
White with #8028BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8028BB; }
p { color: rgb(128,40,187); }
H1.HeaderClassName
{
color: #8028BB;
}
.AnyTagClassName
{
color: #8028BB;
}
</style>
background-color css
<style>
a { background-color: #8028BB; }
a { background-color: rgb(128,40,187); }
div.DivClassName
{
background-color: #8028BB;
}
.BgClassName
{
background-color: #8028BB;
}
</style>
border-color css
<style>
span { border-color: #8028BB; }
span { border-color: rgb(128,40,187); }
td.TdClassName
{
border-color: #8028BB;
}
.TagClassName
{
border-color: #8028BB;
}
</style>