Shades of Dark Orchid #8326BF
Tints of Dark Orchid #8326BF
RGB
CMYK
RGB Variations
Color information
#8326BF (or 0x8326BF) is known color: Dark Orchid. HEX triplet: 83, 26 and BF. RGB value is (131,38,191). Sum of RGB (Red+Green+Blue) = 131+38+191=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #8326BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8326BF is #7CD940. Grayscale: #525252. Windows color (decimal): -8182081 or 12527235. OLE color: 12527235.
HSL color Cylindrical-coordinate representation of color #8326BF: hue angle of 276.47º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8326BF is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 38 | 191 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.25 |
| HSL | 276.47º | 0.67% | 0.45% | - |
| HSV(B) | 276.47º | 0.8% | 0.75% | - |
| XYZ | 19.46 | 9.97 | 50.19 | - |
| YUV | 83.25 | 188.81 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 191 | 0.31 | 0.80 | 0 | 0.25 | 276.47 | 0.67 | 0.45 |
| Hex | 83 | 26 | BF | 1F | 50 | 0 | 19 | 114 | 43 | 2D |
| Octal | 203 | 46 | 277 | 37 | 120 | 0 | 31 | 424 | 103 | 55 |
| Binary | 10000011 | 100110 | 10111111 | 11111 | 1010000 | 0 | 11001 | 100010100 | 1000011 | 101101 |
Color Harmonies of #8326BF
Complementary color
Monochromatic Colors of #8326BF
Black with #8326BF
Text Example
Text Example
White with #8326BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8326BF; }
p { color: rgb(131,38,191); }
H1.HeaderClassName
{
color: #8326BF;
}
.AnyTagClassName
{
color: #8326BF;
}
</style>
background-color css
<style>
a { background-color: #8326BF; }
a { background-color: rgb(131,38,191); }
div.DivClassName
{
background-color: #8326BF;
}
.BgClassName
{
background-color: #8326BF;
}
</style>
border-color css
<style>
span { border-color: #8326BF; }
span { border-color: rgb(131,38,191); }
td.TdClassName
{
border-color: #8326BF;
}
.TagClassName
{
border-color: #8326BF;
}
</style>