Shades of Dark Orchid #8340BD
Tints of Dark Orchid #8340BD
RGB
CMYK
RGB Variations
Color information
#8340BD (or 0x8340BD) is known color: Dark Orchid. HEX triplet: 83, 40 and BD. RGB value is (131,64,189). Sum of RGB (Red+Green+Blue) = 131+64+189=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #8340BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8340BD is #7CBF42. Grayscale: #616161. Windows color (decimal): -8175427 or 12402819. OLE color: 12402819.
HSL color Cylindrical-coordinate representation of color #8340BD: hue angle of 272.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8340BD is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 64 | 189 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.26 |
| HSL | 272.16º | 0.49% | 0.5% | - |
| HSV(B) | 272.16º | 0.66% | 0.74% | - |
| XYZ | 20.38 | 12.17 | 49.42 | - |
| YUV | 98.28 | 179.2 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 189 | 0.31 | 0.66 | 0 | 0.26 | 272.16 | 0.49 | 0.5 |
| Hex | 83 | 40 | BD | 1F | 42 | 0 | 1A | 110 | 31 | 32 |
| Octal | 203 | 100 | 275 | 37 | 102 | 0 | 32 | 420 | 61 | 62 |
| Binary | 10000011 | 1000000 | 10111101 | 11111 | 1000010 | 0 | 11010 | 100010000 | 110001 | 110010 |
Color Harmonies of #8340BD
Complementary color
Monochromatic Colors of #8340BD
Black with #8340BD
Text Example
Text Example
White with #8340BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8340BD; }
p { color: rgb(131,64,189); }
H1.HeaderClassName
{
color: #8340BD;
}
.AnyTagClassName
{
color: #8340BD;
}
</style>
background-color css
<style>
a { background-color: #8340BD; }
a { background-color: rgb(131,64,189); }
div.DivClassName
{
background-color: #8340BD;
}
.BgClassName
{
background-color: #8340BD;
}
</style>
border-color css
<style>
span { border-color: #8340BD; }
span { border-color: rgb(131,64,189); }
td.TdClassName
{
border-color: #8340BD;
}
.TagClassName
{
border-color: #8340BD;
}
</style>