Shades of Dark Orchid #831AB8
Tints of Dark Orchid #831AB8
RGB
CMYK
RGB Variations
Color information
#831AB8 (or 0x831AB8) is known color: Dark Orchid. HEX triplet: 83, 1A and B8. RGB value is (131,26,184). Sum of RGB (Red+Green+Blue) = 131+26+184=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 184 (72.27% from 255 or 53.96% from 341); Max value from RGB is 184 - color contains mainly: blue. Hex color #831AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831AB8 is #7CE547. Grayscale: #4A4A4A. Windows color (decimal): -8185160 or 12065411. OLE color: 12065411.
HSL color Cylindrical-coordinate representation of color #831AB8: hue angle of 279.87º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831AB8 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 26 | 184 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.28 |
| HSL | 279.87º | 0.75% | 0.41% | - |
| HSV(B) | 279.87º | 0.86% | 0.72% | - |
| XYZ | 18.38 | 9.02 | 46.12 | - |
| YUV | 75.41 | 189.29 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 26 | 184 | 0.29 | 0.86 | 0 | 0.28 | 279.87 | 0.75 | 0.41 |
| Hex | 83 | 1A | B8 | 1D | 56 | 0 | 1C | 118 | 4B | 29 |
| Octal | 203 | 32 | 270 | 35 | 126 | 0 | 34 | 430 | 113 | 51 |
| Binary | 10000011 | 11010 | 10111000 | 11101 | 1010110 | 0 | 11100 | 100011000 | 1001011 | 101001 |
Color Harmonies of #831AB8
Complementary color
Monochromatic Colors of #831AB8
Black with #831AB8
Text Example
Text Example
White with #831AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831AB8; }
p { color: rgb(131,26,184); }
H1.HeaderClassName
{
color: #831AB8;
}
.AnyTagClassName
{
color: #831AB8;
}
</style>
background-color css
<style>
a { background-color: #831AB8; }
a { background-color: rgb(131,26,184); }
div.DivClassName
{
background-color: #831AB8;
}
.BgClassName
{
background-color: #831AB8;
}
</style>
border-color css
<style>
span { border-color: #831AB8; }
span { border-color: rgb(131,26,184); }
td.TdClassName
{
border-color: #831AB8;
}
.TagClassName
{
border-color: #831AB8;
}
</style>