Shades of Dark Orchid #8022B1
Tints of Dark Orchid #8022B1
RGB
CMYK
RGB Variations
Color information
#8022B1 (or 0x8022B1) is known color: Dark Orchid. HEX triplet: 80, 22 and B1. RGB value is (128,34,177). Sum of RGB (Red+Green+Blue) = 128+34+177=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #8022B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8022B1 is #7FDD4E. Grayscale: #4D4D4D. Windows color (decimal): -8379727 or 11608704. OLE color: 11608704.
HSL color Cylindrical-coordinate representation of color #8022B1: hue angle of 279.44º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8022B1 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 34 | 177 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.31 |
| HSL | 279.44º | 0.68% | 0.41% | - |
| HSV(B) | 279.44º | 0.81% | 0.69% | - |
| XYZ | 17.41 | 8.91 | 42.4 | - |
| YUV | 78.41 | 183.64 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 177 | 0.28 | 0.81 | 0 | 0.31 | 279.44 | 0.68 | 0.41 |
| Hex | 80 | 22 | B1 | 1C | 51 | 0 | 1F | 117 | 44 | 29 |
| Octal | 200 | 42 | 261 | 34 | 121 | 0 | 37 | 427 | 104 | 51 |
| Binary | 10000000 | 100010 | 10110001 | 11100 | 1010001 | 0 | 11111 | 100010111 | 1000100 | 101001 |
Color Harmonies of #8022B1
Complementary color
Monochromatic Colors of #8022B1
Black with #8022B1
Text Example
Text Example
White with #8022B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8022B1; }
p { color: rgb(128,34,177); }
H1.HeaderClassName
{
color: #8022B1;
}
.AnyTagClassName
{
color: #8022B1;
}
</style>
background-color css
<style>
a { background-color: #8022B1; }
a { background-color: rgb(128,34,177); }
div.DivClassName
{
background-color: #8022B1;
}
.BgClassName
{
background-color: #8022B1;
}
</style>
border-color css
<style>
span { border-color: #8022B1; }
span { border-color: rgb(128,34,177); }
td.TdClassName
{
border-color: #8022B1;
}
.TagClassName
{
border-color: #8022B1;
}
</style>