Shades of True V #8365BB
Tints of True V #8365BB
RGB
CMYK
RGB Variations
Color information
#8365BB (or 0x8365BB) is known color: True V. HEX triplet: 83, 65 and BB. RGB value is (131,101,187). Sum of RGB (Red+Green+Blue) = 131+101+187=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #8365BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8365BB is #7C9A44. Grayscale: #777777. Windows color (decimal): -8165957 or 12281219. OLE color: 12281219.
HSL color Cylindrical-coordinate representation of color #8365BB: hue angle of 260.93º degrees, saturation: 0.39, 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 #8365BB is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 101 | 187 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.27 |
| HSL | 260.93º | 0.39% | 0.56% | - |
| HSV(B) | 260.93º | 0.46% | 0.73% | - |
| XYZ | 22.98 | 17.72 | 49.22 | - |
| YUV | 119.77 | 165.94 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 101 | 187 | 0.30 | 0.46 | 0 | 0.27 | 260.93 | 0.39 | 0.56 |
| Hex | 83 | 65 | BB | 1E | 2E | 0 | 1B | 105 | 27 | 38 |
| Octal | 203 | 145 | 273 | 36 | 56 | 0 | 33 | 405 | 47 | 70 |
| Binary | 10000011 | 1100101 | 10111011 | 11110 | 101110 | 0 | 11011 | 100000101 | 100111 | 111000 |
Color Harmonies of #8365BB
Complementary color
Monochromatic Colors of #8365BB
Black with #8365BB
Text Example
Text Example
White with #8365BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8365BB; }
p { color: rgb(131,101,187); }
H1.HeaderClassName
{
color: #8365BB;
}
.AnyTagClassName
{
color: #8365BB;
}
</style>
background-color css
<style>
a { background-color: #8365BB; }
a { background-color: rgb(131,101,187); }
div.DivClassName
{
background-color: #8365BB;
}
.BgClassName
{
background-color: #8365BB;
}
</style>
border-color css
<style>
span { border-color: #8365BB; }
span { border-color: rgb(131,101,187); }
td.TdClassName
{
border-color: #8365BB;
}
.TagClassName
{
border-color: #8365BB;
}
</style>