Shades of Dark Orchid #8219BB
Tints of Dark Orchid #8219BB
RGB
CMYK
RGB Variations
Color information
#8219BB (or 0x8219BB) is known color: Dark Orchid. HEX triplet: 82, 19 and BB. RGB value is (130,25,187). Sum of RGB (Red+Green+Blue) = 130+25+187=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #8219BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8219BB is #7DE644. Grayscale: #4A4A4A. Windows color (decimal): -8250949 or 12261762. OLE color: 12261762.
HSL color Cylindrical-coordinate representation of color #8219BB: hue angle of 278.89º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8219BB is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 25 | 187 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.27 |
| HSL | 278.89º | 0.76% | 0.42% | - |
| HSV(B) | 278.89º | 0.87% | 0.73% | - |
| XYZ | 18.52 | 9.03 | 47.78 | - |
| YUV | 74.86 | 191.29 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 187 | 0.30 | 0.87 | 0 | 0.27 | 278.89 | 0.76 | 0.42 |
| Hex | 82 | 19 | BB | 1E | 57 | 0 | 1B | 117 | 4C | 2A |
| Octal | 202 | 31 | 273 | 36 | 127 | 0 | 33 | 427 | 114 | 52 |
| Binary | 10000010 | 11001 | 10111011 | 11110 | 1010111 | 0 | 11011 | 100010111 | 1001100 | 101010 |
Color Harmonies of #8219BB
Complementary color
Monochromatic Colors of #8219BB
Black with #8219BB
Text Example
Text Example
White with #8219BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8219BB; }
p { color: rgb(130,25,187); }
H1.HeaderClassName
{
color: #8219BB;
}
.AnyTagClassName
{
color: #8219BB;
}
</style>
background-color css
<style>
a { background-color: #8219BB; }
a { background-color: rgb(130,25,187); }
div.DivClassName
{
background-color: #8219BB;
}
.BgClassName
{
background-color: #8219BB;
}
</style>
border-color css
<style>
span { border-color: #8219BB; }
span { border-color: rgb(130,25,187); }
td.TdClassName
{
border-color: #8219BB;
}
.TagClassName
{
border-color: #8219BB;
}
</style>