Shades of Dark Orchid #8319BD
Tints of Dark Orchid #8319BD
RGB
CMYK
RGB Variations
Color information
#8319BD (or 0x8319BD) is known color: Dark Orchid. HEX triplet: 83, 19 and BD. RGB value is (131,25,189). Sum of RGB (Red+Green+Blue) = 131+25+189=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #8319BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8319BD is #7CE642. Grayscale: #4A4A4A. Windows color (decimal): -8185411 or 12392835. OLE color: 12392835.
HSL color Cylindrical-coordinate representation of color #8319BD: hue angle of 278.78º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8319BD is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 25 | 189 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.26 |
| HSL | 278.78º | 0.77% | 0.42% | - |
| HSV(B) | 278.78º | 0.87% | 0.74% | - |
| XYZ | 18.89 | 9.19 | 48.92 | - |
| YUV | 75.39 | 192.12 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 189 | 0.31 | 0.87 | 0 | 0.26 | 278.78 | 0.77 | 0.42 |
| Hex | 83 | 19 | BD | 1F | 57 | 0 | 1A | 117 | 4D | 2A |
| Octal | 203 | 31 | 275 | 37 | 127 | 0 | 32 | 427 | 115 | 52 |
| Binary | 10000011 | 11001 | 10111101 | 11111 | 1010111 | 0 | 11010 | 100010111 | 1001101 | 101010 |
Color Harmonies of #8319BD
Complementary color
Monochromatic Colors of #8319BD
Black with #8319BD
Text Example
Text Example
White with #8319BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8319BD; }
p { color: rgb(131,25,189); }
H1.HeaderClassName
{
color: #8319BD;
}
.AnyTagClassName
{
color: #8319BD;
}
</style>
background-color css
<style>
a { background-color: #8319BD; }
a { background-color: rgb(131,25,189); }
div.DivClassName
{
background-color: #8319BD;
}
.BgClassName
{
background-color: #8319BD;
}
</style>
border-color css
<style>
span { border-color: #8319BD; }
span { border-color: rgb(131,25,189); }
td.TdClassName
{
border-color: #8319BD;
}
.TagClassName
{
border-color: #8319BD;
}
</style>