Shades of Dark Orchid #831EB8
Tints of Dark Orchid #831EB8
RGB
CMYK
RGB Variations
Color information
#831EB8 (or 0x831EB8) is known color: Dark Orchid. HEX triplet: 83, 1E and B8. RGB value is (131,30,184). Sum of RGB (Red+Green+Blue) = 131+30+184=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 184 (72.27% from 255 or 53.33% from 345); Max value from RGB is 184 - color contains mainly: blue. Hex color #831EB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831EB8 is #7CE147. Grayscale: #4D4D4D. Windows color (decimal): -8184136 or 12066435. OLE color: 12066435.
HSL color Cylindrical-coordinate representation of color #831EB8: hue angle of 279.35º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #831EB8 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 30 | 184 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.28 |
| HSL | 279.35º | 0.72% | 0.42% | - |
| HSV(B) | 279.35º | 0.84% | 0.72% | - |
| XYZ | 18.48 | 9.21 | 46.15 | - |
| YUV | 77.76 | 187.96 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 184 | 0.29 | 0.84 | 0 | 0.28 | 279.35 | 0.72 | 0.42 |
| Hex | 83 | 1E | B8 | 1D | 54 | 0 | 1C | 117 | 48 | 2A |
| Octal | 203 | 36 | 270 | 35 | 124 | 0 | 34 | 427 | 110 | 52 |
| Binary | 10000011 | 11110 | 10111000 | 11101 | 1010100 | 0 | 11100 | 100010111 | 1001000 | 101010 |
Color Harmonies of #831EB8
Complementary color
Monochromatic Colors of #831EB8
Black with #831EB8
Text Example
Text Example
White with #831EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831EB8; }
p { color: rgb(131,30,184); }
H1.HeaderClassName
{
color: #831EB8;
}
.AnyTagClassName
{
color: #831EB8;
}
</style>
background-color css
<style>
a { background-color: #831EB8; }
a { background-color: rgb(131,30,184); }
div.DivClassName
{
background-color: #831EB8;
}
.BgClassName
{
background-color: #831EB8;
}
</style>
border-color css
<style>
span { border-color: #831EB8; }
span { border-color: rgb(131,30,184); }
td.TdClassName
{
border-color: #831EB8;
}
.TagClassName
{
border-color: #831EB8;
}
</style>