Shades of True V #8365BA
Tints of True V #8365BA
RGB
CMYK
RGB Variations
Color information
#8365BA (or 0x8365BA) is known color: True V. HEX triplet: 83, 65 and BA. RGB value is (131,101,186). Sum of RGB (Red+Green+Blue) = 131+101+186=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #8365BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8365BA is #7C9A45. Grayscale: #777777. Windows color (decimal): -8165958 or 12215683. OLE color: 12215683.
HSL color Cylindrical-coordinate representation of color #8365BA: hue angle of 261.18º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8365BA is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 101 | 186 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.27 |
| HSL | 261.18º | 0.38% | 0.56% | - |
| HSV(B) | 261.18º | 0.46% | 0.73% | - |
| XYZ | 22.88 | 17.68 | 48.66 | - |
| YUV | 119.66 | 165.44 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 101 | 186 | 0.30 | 0.46 | 0 | 0.27 | 261.18 | 0.38 | 0.56 |
| Hex | 83 | 65 | BA | 1E | 2E | 0 | 1B | 105 | 26 | 38 |
| Octal | 203 | 145 | 272 | 36 | 56 | 0 | 33 | 405 | 46 | 70 |
| Binary | 10000011 | 1100101 | 10111010 | 11110 | 101110 | 0 | 11011 | 100000101 | 100110 | 111000 |
Color Harmonies of #8365BA
Complementary color
Monochromatic Colors of #8365BA
Black with #8365BA
Text Example
Text Example
White with #8365BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8365BA; }
p { color: rgb(131,101,186); }
H1.HeaderClassName
{
color: #8365BA;
}
.AnyTagClassName
{
color: #8365BA;
}
</style>
background-color css
<style>
a { background-color: #8365BA; }
a { background-color: rgb(131,101,186); }
div.DivClassName
{
background-color: #8365BA;
}
.BgClassName
{
background-color: #8365BA;
}
</style>
border-color css
<style>
span { border-color: #8365BA; }
span { border-color: rgb(131,101,186); }
td.TdClassName
{
border-color: #8365BA;
}
.TagClassName
{
border-color: #8365BA;
}
</style>