Shades of Dark Orchid #8229B6
Tints of Dark Orchid #8229B6
RGB
CMYK
RGB Variations
Color information
#8229B6 (or 0x8229B6) is known color: Dark Orchid. HEX triplet: 82, 29 and B6. RGB value is (130,41,182). Sum of RGB (Red+Green+Blue) = 130+41+182=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 182 (71.48% from 255 or 51.56% from 353); Max value from RGB is 182 - color contains mainly: blue. Hex color #8229B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8229B6 is #7DD649. Grayscale: #535353. Windows color (decimal): -8246858 or 11938178. OLE color: 11938178.
HSL color Cylindrical-coordinate representation of color #8229B6: hue angle of 277.87º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8229B6 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 41 | 182 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.29 |
| HSL | 277.87º | 0.63% | 0.44% | - |
| HSV(B) | 277.87º | 0.77% | 0.71% | - |
| XYZ | 18.44 | 9.71 | 45.16 | - |
| YUV | 83.69 | 183.49 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 182 | 0.29 | 0.77 | 0 | 0.29 | 277.87 | 0.63 | 0.44 |
| Hex | 82 | 29 | B6 | 1D | 4D | 0 | 1D | 116 | 3F | 2C |
| Octal | 202 | 51 | 266 | 35 | 115 | 0 | 35 | 426 | 77 | 54 |
| Binary | 10000010 | 101001 | 10110110 | 11101 | 1001101 | 0 | 11101 | 100010110 | 111111 | 101100 |
Color Harmonies of #8229B6
Complementary color
Monochromatic Colors of #8229B6
Black with #8229B6
Text Example
Text Example
White with #8229B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8229B6; }
p { color: rgb(130,41,182); }
H1.HeaderClassName
{
color: #8229B6;
}
.AnyTagClassName
{
color: #8229B6;
}
</style>
background-color css
<style>
a { background-color: #8229B6; }
a { background-color: rgb(130,41,182); }
div.DivClassName
{
background-color: #8229B6;
}
.BgClassName
{
background-color: #8229B6;
}
</style>
border-color css
<style>
span { border-color: #8229B6; }
span { border-color: rgb(130,41,182); }
td.TdClassName
{
border-color: #8229B6;
}
.TagClassName
{
border-color: #8229B6;
}
</style>