Shades of Dark Orchid #8031B7
Tints of Dark Orchid #8031B7
RGB
CMYK
RGB Variations
Color information
#8031B7 (or 0x8031B7) is known color: Dark Orchid. HEX triplet: 80, 31 and B7. RGB value is (128,49,183). Sum of RGB (Red+Green+Blue) = 128+49+183=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 183 (71.88% from 255 or 50.83% from 360); Max value from RGB is 183 - color contains mainly: blue. Hex color #8031B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8031B7 is #7FCE48. Grayscale: #575757. Windows color (decimal): -8375881 or 12005760. OLE color: 12005760.
HSL color Cylindrical-coordinate representation of color #8031B7: hue angle of 275.37º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8031B7 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 49 | 183 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.28 |
| HSL | 275.37º | 0.58% | 0.45% | - |
| HSV(B) | 275.37º | 0.73% | 0.72% | - |
| XYZ | 18.55 | 10.2 | 45.79 | - |
| YUV | 87.9 | 181.67 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 183 | 0.30 | 0.73 | 0 | 0.28 | 275.37 | 0.58 | 0.45 |
| Hex | 80 | 31 | B7 | 1E | 49 | 0 | 1C | 113 | 3A | 2D |
| Octal | 200 | 61 | 267 | 36 | 111 | 0 | 34 | 423 | 72 | 55 |
| Binary | 10000000 | 110001 | 10110111 | 11110 | 1001001 | 0 | 11100 | 100010011 | 111010 | 101101 |
Color Harmonies of #8031B7
Complementary color
Monochromatic Colors of #8031B7
Black with #8031B7
Text Example
Text Example
White with #8031B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8031B7; }
p { color: rgb(128,49,183); }
H1.HeaderClassName
{
color: #8031B7;
}
.AnyTagClassName
{
color: #8031B7;
}
</style>
background-color css
<style>
a { background-color: #8031B7; }
a { background-color: rgb(128,49,183); }
div.DivClassName
{
background-color: #8031B7;
}
.BgClassName
{
background-color: #8031B7;
}
</style>
border-color css
<style>
span { border-color: #8031B7; }
span { border-color: rgb(128,49,183); }
td.TdClassName
{
border-color: #8031B7;
}
.TagClassName
{
border-color: #8031B7;
}
</style>