Shades of Dark Orchid #831CB3
Tints of Dark Orchid #831CB3
RGB
CMYK
RGB Variations
Color information
#831CB3 (or 0x831CB3) is known color: Dark Orchid. HEX triplet: 83, 1C and B3. RGB value is (131,28,179). Sum of RGB (Red+Green+Blue) = 131+28+179=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #831CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831CB3 is #7CE34C. Grayscale: #4B4B4B. Windows color (decimal): -8184653 or 11738243. OLE color: 11738243.
HSL color Cylindrical-coordinate representation of color #831CB3: hue angle of 280.93º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #831CB3 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 28 | 179 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.30 |
| HSL | 280.93º | 0.73% | 0.41% | - |
| HSV(B) | 280.93º | 0.84% | 0.7% | - |
| XYZ | 17.91 | 8.91 | 43.42 | - |
| YUV | 76.01 | 186.12 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 179 | 0.27 | 0.84 | 0 | 0.30 | 280.93 | 0.73 | 0.41 |
| Hex | 83 | 1C | B3 | 1B | 54 | 0 | 1E | 119 | 49 | 29 |
| Octal | 203 | 34 | 263 | 33 | 124 | 0 | 36 | 431 | 111 | 51 |
| Binary | 10000011 | 11100 | 10110011 | 11011 | 1010100 | 0 | 11110 | 100011001 | 1001001 | 101001 |
Color Harmonies of #831CB3
Complementary color
Monochromatic Colors of #831CB3
Black with #831CB3
Text Example
Text Example
White with #831CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831CB3; }
p { color: rgb(131,28,179); }
H1.HeaderClassName
{
color: #831CB3;
}
.AnyTagClassName
{
color: #831CB3;
}
</style>
background-color css
<style>
a { background-color: #831CB3; }
a { background-color: rgb(131,28,179); }
div.DivClassName
{
background-color: #831CB3;
}
.BgClassName
{
background-color: #831CB3;
}
</style>
border-color css
<style>
span { border-color: #831CB3; }
span { border-color: rgb(131,28,179); }
td.TdClassName
{
border-color: #831CB3;
}
.TagClassName
{
border-color: #831CB3;
}
</style>