Shades of Dark Orchid #8319BE
Tints of Dark Orchid #8319BE
RGB
CMYK
RGB Variations
Color information
#8319BE (or 0x8319BE) is known color: Dark Orchid. HEX triplet: 83, 19 and BE. RGB value is (131,25,190). Sum of RGB (Red+Green+Blue) = 131+25+190=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #8319BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8319BE is #7CE641. Grayscale: #4A4A4A. Windows color (decimal): -8185410 or 12458371. OLE color: 12458371.
HSL color Cylindrical-coordinate representation of color #8319BE: hue angle of 278.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8319BE is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 25 | 190 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.25 |
| HSL | 278.55º | 0.77% | 0.42% | - |
| HSV(B) | 278.55º | 0.87% | 0.75% | - |
| XYZ | 19 | 9.24 | 49.5 | - |
| YUV | 75.5 | 192.62 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 190 | 0.31 | 0.87 | 0 | 0.25 | 278.55 | 0.77 | 0.42 |
| Hex | 83 | 19 | BE | 1F | 57 | 0 | 19 | 117 | 4D | 2A |
| Octal | 203 | 31 | 276 | 37 | 127 | 0 | 31 | 427 | 115 | 52 |
| Binary | 10000011 | 11001 | 10111110 | 11111 | 1010111 | 0 | 11001 | 100010111 | 1001101 | 101010 |
Color Harmonies of #8319BE
Complementary color
Monochromatic Colors of #8319BE
Black with #8319BE
Text Example
Text Example
White with #8319BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8319BE; }
p { color: rgb(131,25,190); }
H1.HeaderClassName
{
color: #8319BE;
}
.AnyTagClassName
{
color: #8319BE;
}
</style>
background-color css
<style>
a { background-color: #8319BE; }
a { background-color: rgb(131,25,190); }
div.DivClassName
{
background-color: #8319BE;
}
.BgClassName
{
background-color: #8319BE;
}
</style>
border-color css
<style>
span { border-color: #8319BE; }
span { border-color: rgb(131,25,190); }
td.TdClassName
{
border-color: #8319BE;
}
.TagClassName
{
border-color: #8319BE;
}
</style>