Shades of Dark Orchid #8329BC
Tints of Dark Orchid #8329BC
RGB
CMYK
RGB Variations
Color information
#8329BC (or 0x8329BC) is known color: Dark Orchid. HEX triplet: 83, 29 and BC. RGB value is (131,41,188). Sum of RGB (Red+Green+Blue) = 131+41+188=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #8329BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8329BC is #7CD643. Grayscale: #545454. Windows color (decimal): -8181316 or 12331395. OLE color: 12331395.
HSL color Cylindrical-coordinate representation of color #8329BC: hue angle of 276.73º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8329BC is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 41 | 188 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.26 |
| HSL | 276.73º | 0.64% | 0.45% | - |
| HSV(B) | 276.73º | 0.78% | 0.74% | - |
| XYZ | 19.23 | 10.04 | 48.5 | - |
| YUV | 84.67 | 186.32 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 188 | 0.30 | 0.78 | 0 | 0.26 | 276.73 | 0.64 | 0.45 |
| Hex | 83 | 29 | BC | 1E | 4E | 0 | 1A | 115 | 40 | 2D |
| Octal | 203 | 51 | 274 | 36 | 116 | 0 | 32 | 425 | 100 | 55 |
| Binary | 10000011 | 101001 | 10111100 | 11110 | 1001110 | 0 | 11010 | 100010101 | 1000000 | 101101 |
Color Harmonies of #8329BC
Complementary color
Monochromatic Colors of #8329BC
Black with #8329BC
Text Example
Text Example
White with #8329BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8329BC; }
p { color: rgb(131,41,188); }
H1.HeaderClassName
{
color: #8329BC;
}
.AnyTagClassName
{
color: #8329BC;
}
</style>
background-color css
<style>
a { background-color: #8329BC; }
a { background-color: rgb(131,41,188); }
div.DivClassName
{
background-color: #8329BC;
}
.BgClassName
{
background-color: #8329BC;
}
</style>
border-color css
<style>
span { border-color: #8329BC; }
span { border-color: rgb(131,41,188); }
td.TdClassName
{
border-color: #8329BC;
}
.TagClassName
{
border-color: #8329BC;
}
</style>