Shades of Dark Orchid #8329C9
Tints of Dark Orchid #8329C9
RGB
CMYK
RGB Variations
Color information
#8329C9 (or 0x8329C9) is known color: Dark Orchid. HEX triplet: 83, 29 and C9. RGB value is (131,41,201). Sum of RGB (Red+Green+Blue) = 131+41+201=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #8329C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8329C9 is #7CD636. Grayscale: #555555. Windows color (decimal): -8181303 or 13183363. OLE color: 13183363.
HSL color Cylindrical-coordinate representation of color #8329C9: hue angle of 273.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8329C9 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 41 | 201 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.21 |
| HSL | 273.75º | 0.66% | 0.47% | - |
| HSV(B) | 273.75º | 0.8% | 0.79% | - |
| XYZ | 20.7 | 10.63 | 56.22 | - |
| YUV | 86.15 | 192.82 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 201 | 0.35 | 0.80 | 0 | 0.21 | 273.75 | 0.66 | 0.47 |
| Hex | 83 | 29 | C9 | 23 | 50 | 0 | 15 | 112 | 42 | 2F |
| Octal | 203 | 51 | 311 | 43 | 120 | 0 | 25 | 422 | 102 | 57 |
| Binary | 10000011 | 101001 | 11001001 | 100011 | 1010000 | 0 | 10101 | 100010010 | 1000010 | 101111 |
Color Harmonies of #8329C9
Complementary color
Monochromatic Colors of #8329C9
Black with #8329C9
Text Example
Text Example
White with #8329C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8329C9; }
p { color: rgb(131,41,201); }
H1.HeaderClassName
{
color: #8329C9;
}
.AnyTagClassName
{
color: #8329C9;
}
</style>
background-color css
<style>
a { background-color: #8329C9; }
a { background-color: rgb(131,41,201); }
div.DivClassName
{
background-color: #8329C9;
}
.BgClassName
{
background-color: #8329C9;
}
</style>
border-color css
<style>
span { border-color: #8329C9; }
span { border-color: rgb(131,41,201); }
td.TdClassName
{
border-color: #8329C9;
}
.TagClassName
{
border-color: #8329C9;
}
</style>