Shades of Dark Orchid #8319BC
Tints of Dark Orchid #8319BC
RGB
CMYK
RGB Variations
Color information
#8319BC (or 0x8319BC) is known color: Dark Orchid. HEX triplet: 83, 19 and BC. RGB value is (131,25,188). Sum of RGB (Red+Green+Blue) = 131+25+188=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #8319BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8319BC is #7CE643. Grayscale: #4A4A4A. Windows color (decimal): -8185412 or 12327299. OLE color: 12327299.
HSL color Cylindrical-coordinate representation of color #8319BC: hue angle of 279.02º 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 #8319BC is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 25 | 188 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.26 |
| HSL | 279.02º | 0.77% | 0.42% | - |
| HSV(B) | 279.02º | 0.87% | 0.74% | - |
| XYZ | 18.78 | 9.15 | 48.35 | - |
| YUV | 75.28 | 191.62 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 188 | 0.30 | 0.87 | 0 | 0.26 | 279.02 | 0.77 | 0.42 |
| Hex | 83 | 19 | BC | 1E | 57 | 0 | 1A | 117 | 4D | 2A |
| Octal | 203 | 31 | 274 | 36 | 127 | 0 | 32 | 427 | 115 | 52 |
| Binary | 10000011 | 11001 | 10111100 | 11110 | 1010111 | 0 | 11010 | 100010111 | 1001101 | 101010 |
Color Harmonies of #8319BC
Complementary color
Monochromatic Colors of #8319BC
Black with #8319BC
Text Example
Text Example
White with #8319BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8319BC; }
p { color: rgb(131,25,188); }
H1.HeaderClassName
{
color: #8319BC;
}
.AnyTagClassName
{
color: #8319BC;
}
</style>
background-color css
<style>
a { background-color: #8319BC; }
a { background-color: rgb(131,25,188); }
div.DivClassName
{
background-color: #8319BC;
}
.BgClassName
{
background-color: #8319BC;
}
</style>
border-color css
<style>
span { border-color: #8319BC; }
span { border-color: rgb(131,25,188); }
td.TdClassName
{
border-color: #8319BC;
}
.TagClassName
{
border-color: #8319BC;
}
</style>