Shades of Dark Orchid #8229BB
Tints of Dark Orchid #8229BB
RGB
CMYK
RGB Variations
Color information
#8229BB (or 0x8229BB) is known color: Dark Orchid. HEX triplet: 82, 29 and BB. RGB value is (130,41,187). Sum of RGB (Red+Green+Blue) = 130+41+187=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #8229BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8229BB is #7DD644. Grayscale: #535353. Windows color (decimal): -8246853 or 12265858. OLE color: 12265858.
HSL color Cylindrical-coordinate representation of color #8229BB: hue angle of 276.58º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8229BB is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 41 | 187 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.27 |
| HSL | 276.58º | 0.64% | 0.45% | - |
| HSV(B) | 276.58º | 0.78% | 0.73% | - |
| XYZ | 18.97 | 9.92 | 47.93 | - |
| YUV | 84.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 187 | 0.30 | 0.78 | 0 | 0.27 | 276.58 | 0.64 | 0.45 |
| Hex | 82 | 29 | BB | 1E | 4E | 0 | 1B | 115 | 40 | 2D |
| Octal | 202 | 51 | 273 | 36 | 116 | 0 | 33 | 425 | 100 | 55 |
| Binary | 10000010 | 101001 | 10111011 | 11110 | 1001110 | 0 | 11011 | 100010101 | 1000000 | 101101 |
Color Harmonies of #8229BB
Complementary color
Monochromatic Colors of #8229BB
Black with #8229BB
Text Example
Text Example
White with #8229BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8229BB; }
p { color: rgb(130,41,187); }
H1.HeaderClassName
{
color: #8229BB;
}
.AnyTagClassName
{
color: #8229BB;
}
</style>
background-color css
<style>
a { background-color: #8229BB; }
a { background-color: rgb(130,41,187); }
div.DivClassName
{
background-color: #8229BB;
}
.BgClassName
{
background-color: #8229BB;
}
</style>
border-color css
<style>
span { border-color: #8229BB; }
span { border-color: rgb(130,41,187); }
td.TdClassName
{
border-color: #8229BB;
}
.TagClassName
{
border-color: #8229BB;
}
</style>