Shades of Dark Orchid #8318BB
Tints of Dark Orchid #8318BB
RGB
CMYK
RGB Variations
Color information
#8318BB (or 0x8318BB) is known color: Dark Orchid. HEX triplet: 83, 18 and BB. RGB value is (131,24,187). Sum of RGB (Red+Green+Blue) = 131+24+187=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #8318BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8318BB is #7CE744. Grayscale: #4A4A4A. Windows color (decimal): -8185669 or 12261507. OLE color: 12261507.
HSL color Cylindrical-coordinate representation of color #8318BB: hue angle of 279.39º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8318BB is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 24 | 187 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.27 |
| HSL | 279.39º | 0.77% | 0.41% | - |
| HSV(B) | 279.39º | 0.87% | 0.73% | - |
| XYZ | 18.66 | 9.07 | 47.78 | - |
| YUV | 74.58 | 191.45 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 24 | 187 | 0.30 | 0.87 | 0 | 0.27 | 279.39 | 0.77 | 0.41 |
| Hex | 83 | 18 | BB | 1E | 57 | 0 | 1B | 117 | 4D | 29 |
| Octal | 203 | 30 | 273 | 36 | 127 | 0 | 33 | 427 | 115 | 51 |
| Binary | 10000011 | 11000 | 10111011 | 11110 | 1010111 | 0 | 11011 | 100010111 | 1001101 | 101001 |
Color Harmonies of #8318BB
Complementary color
Monochromatic Colors of #8318BB
Black with #8318BB
Text Example
Text Example
White with #8318BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8318BB; }
p { color: rgb(131,24,187); }
H1.HeaderClassName
{
color: #8318BB;
}
.AnyTagClassName
{
color: #8318BB;
}
</style>
background-color css
<style>
a { background-color: #8318BB; }
a { background-color: rgb(131,24,187); }
div.DivClassName
{
background-color: #8318BB;
}
.BgClassName
{
background-color: #8318BB;
}
</style>
border-color css
<style>
span { border-color: #8318BB; }
span { border-color: rgb(131,24,187); }
td.TdClassName
{
border-color: #8318BB;
}
.TagClassName
{
border-color: #8318BB;
}
</style>