Shades of Dark Orchid #831AB9
Tints of Dark Orchid #831AB9
RGB
CMYK
RGB Variations
Color information
#831AB9 (or 0x831AB9) is known color: Dark Orchid. HEX triplet: 83, 1A and B9. RGB value is (131,26,185). Sum of RGB (Red+Green+Blue) = 131+26+185=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 185 (72.66% from 255 or 54.09% from 342); Max value from RGB is 185 - color contains mainly: blue. Hex color #831AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831AB9 is #7CE546. Grayscale: #4A4A4A. Windows color (decimal): -8185159 or 12130947. OLE color: 12130947.
HSL color Cylindrical-coordinate representation of color #831AB9: hue angle of 279.62º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831AB9 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 26 | 185 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.27 |
| HSL | 279.62º | 0.75% | 0.41% | - |
| HSV(B) | 279.62º | 0.86% | 0.73% | - |
| XYZ | 18.49 | 9.07 | 46.67 | - |
| YUV | 75.52 | 189.79 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 26 | 185 | 0.29 | 0.86 | 0 | 0.27 | 279.62 | 0.75 | 0.41 |
| Hex | 83 | 1A | B9 | 1D | 56 | 0 | 1B | 118 | 4B | 29 |
| Octal | 203 | 32 | 271 | 35 | 126 | 0 | 33 | 430 | 113 | 51 |
| Binary | 10000011 | 11010 | 10111001 | 11101 | 1010110 | 0 | 11011 | 100011000 | 1001011 | 101001 |
Color Harmonies of #831AB9
Complementary color
Monochromatic Colors of #831AB9
Black with #831AB9
Text Example
Text Example
White with #831AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831AB9; }
p { color: rgb(131,26,185); }
H1.HeaderClassName
{
color: #831AB9;
}
.AnyTagClassName
{
color: #831AB9;
}
</style>
background-color css
<style>
a { background-color: #831AB9; }
a { background-color: rgb(131,26,185); }
div.DivClassName
{
background-color: #831AB9;
}
.BgClassName
{
background-color: #831AB9;
}
</style>
border-color css
<style>
span { border-color: #831AB9; }
span { border-color: rgb(131,26,185); }
td.TdClassName
{
border-color: #831AB9;
}
.TagClassName
{
border-color: #831AB9;
}
</style>